Uses of Class
com.oracle.bmc.identitydomains.model.UserExtGrants
-
Packages that use UserExtGrants Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtGrants in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtGrants Modifier and Type Method Description UserExtGrants
UserExtGrants.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserExtGrants Modifier and Type Method Description List<UserExtGrants>
ExtensionUserUser. getGrants()
Grants to this User.Methods in com.oracle.bmc.identitydomains.model with parameters of type UserExtGrants Modifier and Type Method Description UserExtGrants.Builder
UserExtGrants.Builder. copy(UserExtGrants model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserExtGrants Modifier and Type Method Description ExtensionUserUser.Builder
ExtensionUserUser.Builder. grants(List<UserExtGrants> grants)
Grants to this User.
-