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