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