public enum ApiAppOauthScopeType extends Enum<ApiAppOauthScopeType>
| Enum Constant and Description |
|---|
access_docs |
access_reusable_forms |
basic_account_info |
manage_docs |
request_signature |
send_docs |
signatures |
| 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 final ApiAppOauthScopeType access_reusable_forms
public static final ApiAppOauthScopeType manage_docs
public static final ApiAppOauthScopeType access_docs
public static final ApiAppOauthScopeType send_docs
public static final ApiAppOauthScopeType signatures
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 © 2019 HelloSign. All rights reserved.