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