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