public static enum UpdatePreferencesRequest.KeyGenerationModeEnum extends java.lang.Enum<UpdatePreferencesRequest.KeyGenerationModeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdatePreferencesRequest.KeyGenerationModeEnum.Adapter |
| Enum Constant and Description |
|---|
CAMEL_CASE |
KEBAB_CASE |
LOWER_CASE |
PASCAL_CASE |
UPPER_CASE |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePreferencesRequest.KeyGenerationModeEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement) |
static UpdatePreferencesRequest.KeyGenerationModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdatePreferencesRequest.KeyGenerationModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdatePreferencesRequest.KeyGenerationModeEnum CAMEL_CASE
public static final UpdatePreferencesRequest.KeyGenerationModeEnum LOWER_CASE
public static final UpdatePreferencesRequest.KeyGenerationModeEnum UPPER_CASE
public static final UpdatePreferencesRequest.KeyGenerationModeEnum PASCAL_CASE
public static final UpdatePreferencesRequest.KeyGenerationModeEnum KEBAB_CASE
public static UpdatePreferencesRequest.KeyGenerationModeEnum[] values()
for (UpdatePreferencesRequest.KeyGenerationModeEnum c : UpdatePreferencesRequest.KeyGenerationModeEnum.values()) System.out.println(c);
public static UpdatePreferencesRequest.KeyGenerationModeEnum 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 getValue()
public java.lang.String toString()
toString in class java.lang.Enum<UpdatePreferencesRequest.KeyGenerationModeEnum>public static UpdatePreferencesRequest.KeyGenerationModeEnum fromValue(java.lang.String value)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws java.io.IOException
java.io.IOException