public enum AuthAmazonScope extends Enum<AuthAmazonScope> implements AuthScope
| Enum Constant and Description |
|---|
R_EMAILADDRESS |
R_LITEPROFILE
scope 含义,以description 为准 |
W_MEMBER_SOCIAL |
| Modifier and Type | Method and Description |
|---|---|
static AuthAmazonScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthAmazonScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthAmazonScope R_LITEPROFILE
scope 含义,以description 为准public static final AuthAmazonScope R_EMAILADDRESS
public static final AuthAmazonScope W_MEMBER_SOCIAL
public static AuthAmazonScope[] values()
for (AuthAmazonScope c : AuthAmazonScope.values()) System.out.println(c);
public static AuthAmazonScope 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 nullCopyright © 2021. All rights reserved.