public static enum AccountsGetRequest.AccountSortProperty extends java.lang.Enum<AccountsGetRequest.AccountSortProperty>
| Enum Constant and Description |
|---|
EMAIL |
NAME |
REGISTRATION_DATE |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static AccountsGetRequest.AccountSortProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountsGetRequest.AccountSortProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountsGetRequest.AccountSortProperty NAME
public static final AccountsGetRequest.AccountSortProperty EMAIL
public static final AccountsGetRequest.AccountSortProperty REGISTRATION_DATE
public static final AccountsGetRequest.AccountSortProperty STATUS
public static AccountsGetRequest.AccountSortProperty[] values()
for (AccountsGetRequest.AccountSortProperty c : AccountsGetRequest.AccountSortProperty.values()) System.out.println(c);
public static AccountsGetRequest.AccountSortProperty 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 nullCopyright © 2012-2023 anotheria.net. All Rights Reserved.