Uses of Class
com.oracle.bmc.identitydomains.model.UserRoles
-
Packages that use UserRoles Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserRoles in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserRoles Modifier and Type Method Description UserRoles
UserRoles.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserRoles Modifier and Type Method Description List<UserRoles>
User. getRoles()
A list of roles for the User that collectively represent who the User is; e.g., ‘Student’, ‘Faculty’.Methods in com.oracle.bmc.identitydomains.model with parameters of type UserRoles Modifier and Type Method Description UserRoles.Builder
UserRoles.Builder. copy(UserRoles model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserRoles Modifier and Type Method Description User.Builder
User.Builder. roles(List<UserRoles> roles)
A list of roles for the User that collectively represent who the User is; e.g., ‘Student’, ‘Faculty’.
-