Uses of Class
com.oracle.bmc.identitydomains.model.GrantGrantee.Type
-
Packages that use GrantGrantee.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GrantGrantee.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GrantGrantee.Type Modifier and Type Method Description static GrantGrantee.TypeGrantGrantee.Type. create(String key)GrantGrantee.TypeGrantGrantee. getType()Grantee resource type.static GrantGrantee.TypeGrantGrantee.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantGrantee.Type[]GrantGrantee.Type. 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 GrantGrantee.Type Modifier and Type Method Description GrantGrantee.BuilderGrantGrantee.Builder. type(GrantGrantee.Type type)Grantee resource type.Constructors in com.oracle.bmc.identitydomains.model with parameters of type GrantGrantee.Type Constructor Description GrantGrantee(String value, String ref, GrantGrantee.Type type, String display)Deprecated.
-