Package com.dtsx.astra.sdk.org.domain
Enum DefaultRoles
- All Implemented Interfaces:
Serializable
,Comparable<DefaultRoles>
,java.lang.constant.Constable
Astra does provide some Ad Hoc roles with keys and labels.
- Author:
- Cedrick LUNVEN (@clunven)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionADMINISTRATOR_SERVICE_ACCOUNT.ADMINISTRATOR_USER.API_ADMINISTRATOR_SERVICE_ACCOUNT.API_ADMINISTRATOR_USER.API_READ_ONLY_SERVICE_ACCOUNT.API_READ_ONLY_USER.API_READ_WRITE_SERVICE_ACCOUNT.API_READ_WRITE_USER.BILLING_ADMINISTRATOR.DATABASE_ADMINISTRATOR.ORGANIZATION_ADMINISTRATOR.READ_ONLY_SERVICE_ACCOUNT.READ_ONLY_USER.READ_WRITE_SERVICE_ACCOUNT.READ_WRITE_USER.UI_VIEW_ONLY. -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Getter accessor for attribute 'label'.getName()
Getter accessor for attribute 'key'.static DefaultRoles
Returns the enum constant of this type with the specified name.static DefaultRoles[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BILLING_ADMINISTRATOR
BILLING_ADMINISTRATOR. -
ORGANIZATION_ADMINISTRATOR
ORGANIZATION_ADMINISTRATOR. -
DATABASE_ADMINISTRATOR
DATABASE_ADMINISTRATOR. -
ADMINISTRATOR_USER
ADMINISTRATOR_USER. -
ADMINISTRATOR_SERVICE_ACCOUNT
ADMINISTRATOR_SERVICE_ACCOUNT. -
READ_ONLY_USER
READ_ONLY_USER. -
READ_WRITE_USER
READ_WRITE_USER. -
READ_ONLY_SERVICE_ACCOUNT
READ_ONLY_SERVICE_ACCOUNT. -
READ_WRITE_SERVICE_ACCOUNT
READ_WRITE_SERVICE_ACCOUNT. -
API_ADMINISTRATOR_USER
API_ADMINISTRATOR_USER. -
API_ADMINISTRATOR_SERVICE_ACCOUNT
API_ADMINISTRATOR_SERVICE_ACCOUNT. -
API_READ_ONLY_USER
API_READ_ONLY_USER. -
API_READ_ONLY_SERVICE_ACCOUNT
API_READ_ONLY_SERVICE_ACCOUNT. -
API_READ_WRITE_USER
API_READ_WRITE_USER. -
API_READ_WRITE_SERVICE_ACCOUNT
API_READ_WRITE_SERVICE_ACCOUNT. -
UI_VIEW_ONLY
UI_VIEW_ONLY.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
getName
Getter accessor for attribute 'key'.- Returns:
- current value of 'key'
-
getLabel
Getter accessor for attribute 'label'.- Returns:
- current value of 'label'
-