public enum GraphQlQueryResources extends java.lang.Enum<GraphQlQueryResources>
| Enum Constant and Description |
|---|
CATEGORIES |
CHANNELS |
CUSTOM_OBJECTS |
CUSTOMER_GROUPS |
CUSTOMERS |
PRODUCT_TYPES |
PRODUCTS |
SHOPPING_LISTS |
STATES |
TAX_CATEGORIES |
TYPES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static GraphQlQueryResources |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphQlQueryResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphQlQueryResources CATEGORIES
public static final GraphQlQueryResources CHANNELS
public static final GraphQlQueryResources CUSTOMER_GROUPS
public static final GraphQlQueryResources CUSTOMERS
public static final GraphQlQueryResources PRODUCTS
public static final GraphQlQueryResources PRODUCT_TYPES
public static final GraphQlQueryResources STATES
public static final GraphQlQueryResources TAX_CATEGORIES
public static final GraphQlQueryResources TYPES
public static final GraphQlQueryResources SHOPPING_LISTS
public static final GraphQlQueryResources CUSTOM_OBJECTS
public static GraphQlQueryResources[] values()
for (GraphQlQueryResources c : GraphQlQueryResources.values()) System.out.println(c);
public static GraphQlQueryResources 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 java.lang.String getName()