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