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