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