public static enum OAuth2Types.ResponseType extends Enum<OAuth2Types.ResponseType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OAuth2Types.ResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Types.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2Types.ResponseType CODE
public static final OAuth2Types.ResponseType TOKEN
public static OAuth2Types.ResponseType[] values()
for (OAuth2Types.ResponseType c : OAuth2Types.ResponseType.values()) System.out.println(c);
public static OAuth2Types.ResponseType 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 nullpublic String toString()
toString in class Enum<OAuth2Types.ResponseType>Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.