public static enum OAuthUtils.OAuthImplementation extends java.lang.Enum<OAuthUtils.OAuthImplementation>
Enum Constant and Description |
---|
GOOGLE_STORAGE_OAUTH2_10
Google Storage OAuth 2.0 (release 10)
|
Modifier and Type | Method and Description |
---|---|
static OAuthUtils.OAuthImplementation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OAuthUtils.OAuthImplementation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuthUtils.OAuthImplementation GOOGLE_STORAGE_OAUTH2_10
public static OAuthUtils.OAuthImplementation[] values()
for (OAuthUtils.OAuthImplementation c : OAuthUtils.OAuthImplementation.values()) System.out.println(c);
public static OAuthUtils.OAuthImplementation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null