public enum PromotedAccountsSortByField extends java.lang.Enum<PromotedAccountsSortByField> implements SortBy
| Enum Constant and Description |
|---|
CREATED_AT_ASC |
CREATED_AT_DESC |
DELETED_ASC |
DELETED_DESC |
PAUSED_ASC |
PAUSED_DESC |
UPDATED_AT_ASC |
UPDATED_AT_DESC |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField() |
static PromotedAccountsSortByField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PromotedAccountsSortByField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PromotedAccountsSortByField CREATED_AT_ASC
public static final PromotedAccountsSortByField UPDATED_AT_ASC
public static final PromotedAccountsSortByField DELETED_ASC
public static final PromotedAccountsSortByField PAUSED_ASC
public static final PromotedAccountsSortByField CREATED_AT_DESC
public static final PromotedAccountsSortByField UPDATED_AT_DESC
public static final PromotedAccountsSortByField DELETED_DESC
public static final PromotedAccountsSortByField PAUSED_DESC
public static PromotedAccountsSortByField[] values()
for (PromotedAccountsSortByField c : PromotedAccountsSortByField.values()) System.out.println(c);
public static PromotedAccountsSortByField 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 null