public static enum ApiConfiguration.Type extends Enum<ApiConfiguration.Type>
ApiConfiguration.type()| Enum Constant and Description |
|---|
DATA_STORE_CONFIG |
GRAPH_QL_CONFIG |
NO_API_CONFIG |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ApiConfiguration.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiConfiguration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiConfiguration.Type GRAPH_QL_CONFIG
public static final ApiConfiguration.Type DATA_STORE_CONFIG
public static final ApiConfiguration.Type NO_API_CONFIG
public static final ApiConfiguration.Type UNKNOWN_TO_SDK_VERSION
public static ApiConfiguration.Type[] values()
for (ApiConfiguration.Type c : ApiConfiguration.Type.values()) System.out.println(c);
public static ApiConfiguration.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.