public static enum CmsUserSearchParameters.SearchKey extends java.lang.Enum<CmsUserSearchParameters.SearchKey>
| Enum Constant and Description |
|---|
email
Email address.
|
fullName
Full name.
|
orgUnit
Organizational unit.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsUserSearchParameters.SearchKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsUserSearchParameters.SearchKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsUserSearchParameters.SearchKey email
public static final CmsUserSearchParameters.SearchKey fullName
public static final CmsUserSearchParameters.SearchKey orgUnit
public static CmsUserSearchParameters.SearchKey[] values()
for (CmsUserSearchParameters.SearchKey c : CmsUserSearchParameters.SearchKey.values()) System.out.println(c);
public static CmsUserSearchParameters.SearchKey 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