public static enum OAuth2Profile.RefreshAccessTokenMethods extends Enum<OAuth2Profile.RefreshAccessTokenMethods>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OAuth2Profile.RefreshAccessTokenMethods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Profile.RefreshAccessTokenMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2Profile.RefreshAccessTokenMethods AUTOMATIC
public static final OAuth2Profile.RefreshAccessTokenMethods MANUAL
public static OAuth2Profile.RefreshAccessTokenMethods[] values()
for (OAuth2Profile.RefreshAccessTokenMethods c : OAuth2Profile.RefreshAccessTokenMethods.values()) System.out.println(c);
public static OAuth2Profile.RefreshAccessTokenMethods 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<OAuth2Profile.RefreshAccessTokenMethods>
Copyright © 2019. All Rights Reserved.