public static enum OAuth2.Error.Type extends Enum<OAuth2.Error.Type>
Enum Constant and Description |
---|
COMMUNICATION |
OAUTH |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static OAuth2.Error.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2.Error.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2.Error.Type COMMUNICATION
public static final OAuth2.Error.Type OAUTH
public static final OAuth2.Error.Type UNKNOWN
public static OAuth2.Error.Type[] values()
for (OAuth2.Error.Type c : OAuth2.Error.Type.values()) System.out.println(c);
public static OAuth2.Error.Type 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 nullGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly