public static enum Storefront.MetafieldsSetUserErrorCode extends java.lang.Enum<Storefront.MetafieldsSetUserErrorCode>
| Enum Constant and Description |
|---|
BLANK
The input value is blank.
|
INCLUSION
The input value isn't included in the list.
|
INVALID_OWNER
The owner ID is invalid.
|
INVALID_TYPE
The type is invalid.
|
INVALID_VALUE
The value is invalid for metafield type or for definition options.
|
LESS_THAN_OR_EQUAL_TO
The input value should be less than or equal to the maximum value allowed.
|
PRESENT
The input value needs to be blank.
|
TOO_LONG
The input value is too long.
|
TOO_SHORT
The input value is too short.
|
UNKNOWN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static Storefront.MetafieldsSetUserErrorCode |
fromGraphQl(java.lang.String value) |
java.lang.String |
toString() |
static Storefront.MetafieldsSetUserErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Storefront.MetafieldsSetUserErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Storefront.MetafieldsSetUserErrorCode BLANK
public static final Storefront.MetafieldsSetUserErrorCode INCLUSION
public static final Storefront.MetafieldsSetUserErrorCode INVALID_OWNER
public static final Storefront.MetafieldsSetUserErrorCode INVALID_TYPE
public static final Storefront.MetafieldsSetUserErrorCode INVALID_VALUE
public static final Storefront.MetafieldsSetUserErrorCode LESS_THAN_OR_EQUAL_TO
public static final Storefront.MetafieldsSetUserErrorCode PRESENT
public static final Storefront.MetafieldsSetUserErrorCode TOO_LONG
public static final Storefront.MetafieldsSetUserErrorCode TOO_SHORT
public static final Storefront.MetafieldsSetUserErrorCode UNKNOWN_VALUE
public static Storefront.MetafieldsSetUserErrorCode[] values()
for (Storefront.MetafieldsSetUserErrorCode c : Storefront.MetafieldsSetUserErrorCode.values()) System.out.println(c);
public static Storefront.MetafieldsSetUserErrorCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Storefront.MetafieldsSetUserErrorCode fromGraphQl(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Enum<Storefront.MetafieldsSetUserErrorCode>