Uses of Class
com.oracle.bmc.identitydomains.model.GroupExtGrants.GrantMechanism
-
Packages that use GroupExtGrants.GrantMechanism Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GroupExtGrants.GrantMechanism in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GroupExtGrants.GrantMechanism Modifier and Type Method Description static GroupExtGrants.GrantMechanism
GroupExtGrants.GrantMechanism. create(String key)
GroupExtGrants.GrantMechanism
GroupExtGrants. getGrantMechanism()
Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.static GroupExtGrants.GrantMechanism
GroupExtGrants.GrantMechanism. valueOf(String name)
Returns the enum constant of this type with the specified name.static GroupExtGrants.GrantMechanism[]
GroupExtGrants.GrantMechanism. 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 GroupExtGrants.GrantMechanism Modifier and Type Method Description GroupExtGrants.Builder
GroupExtGrants.Builder. grantMechanism(GroupExtGrants.GrantMechanism grantMechanism)
Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.Constructors in com.oracle.bmc.identitydomains.model with parameters of type GroupExtGrants.GrantMechanism Constructor Description GroupExtGrants(String value, String ref, String appId, GroupExtGrants.GrantMechanism grantMechanism)
Deprecated.
-