public enum ApiAppOauthScopeType extends Enum<ApiAppOauthScopeType>
| Enum Constant and Description |
|---|
basic_account_info |
request_signature |
| Modifier and Type | Method and Description |
|---|---|
static ApiAppOauthScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiAppOauthScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiAppOauthScopeType basic_account_info
public static final ApiAppOauthScopeType request_signature
public static ApiAppOauthScopeType[] values()
for (ApiAppOauthScopeType c : ApiAppOauthScopeType.values()) System.out.println(c);
public static ApiAppOauthScopeType 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 © 2016 HelloSign. All rights reserved.