public enum UpdateFolderByIdRequestBodySyncStateField extends Enum<UpdateFolderByIdRequestBodySyncStateField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateFolderByIdRequestBodySyncStateField.UpdateFolderByIdRequestBodySyncStateFieldDeserializer |
static class |
UpdateFolderByIdRequestBodySyncStateField.UpdateFolderByIdRequestBodySyncStateFieldSerializer |
| Enum Constant and Description |
|---|
NOT_SYNCED |
PARTIALLY_SYNCED |
SYNCED |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static UpdateFolderByIdRequestBodySyncStateField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateFolderByIdRequestBodySyncStateField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateFolderByIdRequestBodySyncStateField SYNCED
public static final UpdateFolderByIdRequestBodySyncStateField NOT_SYNCED
public static final UpdateFolderByIdRequestBodySyncStateField PARTIALLY_SYNCED
public static UpdateFolderByIdRequestBodySyncStateField[] values()
for (UpdateFolderByIdRequestBodySyncStateField c : UpdateFolderByIdRequestBodySyncStateField.values()) System.out.println(c);
public static UpdateFolderByIdRequestBodySyncStateField 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 null