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