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