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