public enum EmbeddedUserSort extends Enum<EmbeddedUserSort> implements AbstractSort
| Enum Constant and Description |
|---|
ARCHIVED |
CREATED_DATE |
EMAIL |
ID |
PASSWORD_HASH |
SUSPENDED |
TIME_ZONE |
USER_PERMISSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
String |
toString() |
static EmbeddedUserSort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedUserSort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedUserSort ID
public static final EmbeddedUserSort ARCHIVED
public static final EmbeddedUserSort SUSPENDED
public static final EmbeddedUserSort EMAIL
public static final EmbeddedUserSort PASSWORD_HASH
public static final EmbeddedUserSort CREATED_DATE
public static final EmbeddedUserSort TIME_ZONE
public static final EmbeddedUserSort USER_PERMISSION
public static EmbeddedUserSort[] values()
for (EmbeddedUserSort c : EmbeddedUserSort.values()) System.out.println(c);
public static EmbeddedUserSort 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 nullpublic String getFieldName()
getFieldName in interface AbstractSortpublic String toString()
toString in class Enum<EmbeddedUserSort>Copyright © 2019. All rights reserved.