Enum ApplicationWithSecretIdpModel.ScopesEnum
- java.lang.Object
-
- java.lang.Enum<ApplicationWithSecretIdpModel.ScopesEnum>
-
- app.cybrid.cybrid_api_id.client.model.ApplicationWithSecretIdpModel.ScopesEnum
-
- All Implemented Interfaces:
Serializable,Comparable<ApplicationWithSecretIdpModel.ScopesEnum>
- Enclosing class:
- ApplicationWithSecretIdpModel
public static enum ApplicationWithSecretIdpModel.ScopesEnum extends Enum<ApplicationWithSecretIdpModel.ScopesEnum>
Gets or Sets scopes
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationWithSecretIdpModel.ScopesEnumfromValue(String value)StringgetValue()StringtoString()static ApplicationWithSecretIdpModel.ScopesEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationWithSecretIdpModel.ScopesEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ACCOUNTS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum ACCOUNTS_EXECUTE
-
ACCOUNTS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum ACCOUNTS_READ
-
BANK_APPLICATIONS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum BANK_APPLICATIONS_EXECUTE
-
BANKS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum BANKS_EXECUTE
-
BANKS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum BANKS_READ
-
BANKS_WRITE
public static final ApplicationWithSecretIdpModel.ScopesEnum BANKS_WRITE
-
CUSTOMERS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum CUSTOMERS_EXECUTE
-
CUSTOMERS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum CUSTOMERS_READ
-
CUSTOMERS_WRITE
public static final ApplicationWithSecretIdpModel.ScopesEnum CUSTOMERS_WRITE
-
DEPOSIT_ADDRESSES_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum DEPOSIT_ADDRESSES_EXECUTE
-
DEPOSIT_ADDRESSES_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum DEPOSIT_ADDRESSES_READ
-
EXTERNAL_BANK_ACCOUNTS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum EXTERNAL_BANK_ACCOUNTS_EXECUTE
-
EXTERNAL_BANK_ACCOUNTS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum EXTERNAL_BANK_ACCOUNTS_READ
-
EXTERNAL_BANK_ACCOUNTS_WRITE
public static final ApplicationWithSecretIdpModel.ScopesEnum EXTERNAL_BANK_ACCOUNTS_WRITE
-
EXTERNAL_WALLETS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum EXTERNAL_WALLETS_EXECUTE
-
EXTERNAL_WALLETS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum EXTERNAL_WALLETS_READ
-
ORGANIZATION_APPLICATIONS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum ORGANIZATION_APPLICATIONS_EXECUTE
-
ORGANIZATIONS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum ORGANIZATIONS_READ
-
ORGANIZATIONS_WRITE
public static final ApplicationWithSecretIdpModel.ScopesEnum ORGANIZATIONS_WRITE
-
PRICES_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum PRICES_READ
-
QUOTES_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum QUOTES_EXECUTE
-
QUOTES_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum QUOTES_READ
-
REWARDS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum REWARDS_EXECUTE
-
REWARDS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum REWARDS_READ
-
TRADES_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum TRADES_EXECUTE
-
TRADES_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum TRADES_READ
-
TRANSFERS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum TRANSFERS_EXECUTE
-
TRANSFERS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum TRANSFERS_READ
-
USERS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum USERS_EXECUTE
-
USERS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum USERS_READ
-
WORKFLOWS_EXECUTE
public static final ApplicationWithSecretIdpModel.ScopesEnum WORKFLOWS_EXECUTE
-
WORKFLOWS_READ
public static final ApplicationWithSecretIdpModel.ScopesEnum WORKFLOWS_READ
-
-
Method Detail
-
values
public static ApplicationWithSecretIdpModel.ScopesEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ApplicationWithSecretIdpModel.ScopesEnum c : ApplicationWithSecretIdpModel.ScopesEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ApplicationWithSecretIdpModel.ScopesEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<ApplicationWithSecretIdpModel.ScopesEnum>
-
fromValue
public static ApplicationWithSecretIdpModel.ScopesEnum fromValue(String value)
-
-