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