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