public static enum OAuth2FlowGoogleBuilder.Display extends Enum<OAuth2FlowGoogleBuilder.Display>
Modifier and Type | Method and Description |
---|---|
static String |
getKey() |
String |
getValue() |
static OAuth2FlowGoogleBuilder.Display |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2FlowGoogleBuilder.Display[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2FlowGoogleBuilder.Display PAGE
public static final OAuth2FlowGoogleBuilder.Display POPUP
public static final OAuth2FlowGoogleBuilder.Display TOUCH
public static final OAuth2FlowGoogleBuilder.Display WAP
public static OAuth2FlowGoogleBuilder.Display[] values()
for (OAuth2FlowGoogleBuilder.Display c : OAuth2FlowGoogleBuilder.Display.values()) System.out.println(c);
public static OAuth2FlowGoogleBuilder.Display 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 getValue()
public static String getKey()
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.