public enum OAuthScope extends java.lang.Enum<OAuthScope>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScope() |
static OAuthScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OAuthScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuthScope VAULT
public static final OAuthScope VAULT_INSTRUMENTS
public static final OAuthScope VAULT_TOKENIZATION
public static final OAuthScope GATEWAY
public static final OAuthScope GATEWAY_PAYMENT
public static final OAuthScope GATEWAY_PAYMENT_DETAILS
public static final OAuthScope GATEWAY_PAYMENT_AUTHORIZATION
public static final OAuthScope GATEWAY_PAYMENT_VOIDS
public static final OAuthScope GATEWAY_PAYMENT_CAPTURES
public static final OAuthScope GATEWAY_PAYMENT_REFUNDS
public static final OAuthScope FX
public static final OAuthScope PAYOUTS_BANK_DETAILS
public static final OAuthScope SESSIONS_APP
public static final OAuthScope SESSIONS_BROWSER
public static final OAuthScope DISPUTES
public static final OAuthScope DISPUTES_VIEW
public static final OAuthScope DISPUTES_PROVIDE_EVIDENCE
public static final OAuthScope DISPUTES_ACCEPT
public static final OAuthScope MARKETPLACE
public static final OAuthScope ACCOUNTS
public static final OAuthScope FLOW
public static final OAuthScope FLOW_WORKFLOWS
public static final OAuthScope FLOW_EVENTS
public static final OAuthScope FILES
public static final OAuthScope FILES_RETRIEVE
public static final OAuthScope FILES_UPLOAD
public static final OAuthScope FILES_DOWNLOAD
public static final OAuthScope TRANSFERS
public static final OAuthScope TRANSFERS_CREATE
public static final OAuthScope TRANSFERS_VIEW
public static final OAuthScope BALANCES
public static final OAuthScope BALANCES_VIEW
public static final OAuthScope MIDDLEWARE
public static final OAuthScope MIDDLEWARE_MERCHANTS_SECRET
public static final OAuthScope MIDDLEWARE_MERCHANTS_PUBLIC
public static final OAuthScope REPORTS
public static final OAuthScope REPORTS_VIEW
public static final OAuthScope VAULT_CARD_METADATA
public static final OAuthScope FINANCIAL_ACTIONS
public static final OAuthScope FINANCIAL_ACTIONS_VIEW
public static final OAuthScope ISSUING_CLIENT
public static final OAuthScope ISSUING_CARD_MGMT
public static final OAuthScope ISSUING_CONTROLS_READ
public static final OAuthScope ISSUING_CONTROLS_WRITE
public static final OAuthScope PAYMENT_CONTEXTS
public static OAuthScope[] values()
for (OAuthScope c : OAuthScope.values()) System.out.println(c);
public static OAuthScope valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getScope()