Uses of Class
com.oracle.bmc.identitydomains.model.AppGrants.GranteeType
-
Packages that use AppGrants.GranteeType Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppGrants.GranteeType in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppGrants.GranteeType Modifier and Type Method Description static AppGrants.GranteeType
AppGrants.GranteeType. create(String key)
AppGrants.GranteeType
AppGrants. getGranteeType()
Grantee resource type.static AppGrants.GranteeType
AppGrants.GranteeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppGrants.GranteeType[]
AppGrants.GranteeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppGrants.GranteeType Modifier and Type Method Description AppGrants.Builder
AppGrants.Builder. granteeType(AppGrants.GranteeType granteeType)
Grantee resource type.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppGrants.GranteeType Constructor Description AppGrants(String value, String ref, String granteeId, AppGrants.GranteeType granteeType, AppGrants.GrantMechanism grantMechanism)
Deprecated.
-