public enum GetUsersQueryParamsUserTypeField extends Enum<GetUsersQueryParamsUserTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
GetUsersQueryParamsUserTypeField.GetUsersQueryParamsUserTypeFieldDeserializer |
static class |
GetUsersQueryParamsUserTypeField.GetUsersQueryParamsUserTypeFieldSerializer |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static GetUsersQueryParamsUserTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetUsersQueryParamsUserTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetUsersQueryParamsUserTypeField ALL
public static final GetUsersQueryParamsUserTypeField MANAGED
public static final GetUsersQueryParamsUserTypeField EXTERNAL
public static GetUsersQueryParamsUserTypeField[] values()
for (GetUsersQueryParamsUserTypeField c : GetUsersQueryParamsUserTypeField.values()) System.out.println(c);
public static GetUsersQueryParamsUserTypeField 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 null