public static enum InternalUser.MutableField extends Enum<InternalUser.MutableField>
| Enum Constant and Description |
|---|
ACTIVE |
DISPLAY_NAME |
EMAIL_ADDRESS |
EXTERNAL_ID |
FIRST_NAME |
LAST_NAME |
LOWER_DISPLAY_NAME |
LOWER_EMAIL_ADDRESS |
LOWER_FIRST_NAME |
LOWER_LAST_NAME |
| Modifier and Type | Field and Description |
|---|---|
String |
field |
Function<InternalUser,Object> |
getter |
| Modifier and Type | Method and Description |
|---|---|
static InternalUser.MutableField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalUser.MutableField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalUser.MutableField ACTIVE
public static final InternalUser.MutableField EMAIL_ADDRESS
public static final InternalUser.MutableField LOWER_EMAIL_ADDRESS
public static final InternalUser.MutableField FIRST_NAME
public static final InternalUser.MutableField LOWER_FIRST_NAME
public static final InternalUser.MutableField LAST_NAME
public static final InternalUser.MutableField LOWER_LAST_NAME
public static final InternalUser.MutableField DISPLAY_NAME
public static final InternalUser.MutableField LOWER_DISPLAY_NAME
public static final InternalUser.MutableField EXTERNAL_ID
public final String field
public final Function<InternalUser,Object> getter
public static InternalUser.MutableField[] values()
for (InternalUser.MutableField c : InternalUser.MutableField.values()) System.out.println(c);
public static InternalUser.MutableField 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 nullCopyright © 2024 Atlassian. All rights reserved.