Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.PersonRole
-
Packages that use PersonRole Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of PersonRole in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type PersonRole Modifier and Type Method Description List<PersonRole>User. getRoles()A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty".Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type PersonRole Modifier and Type Method Description voidUser. addRole(PersonRole personRole)A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty".Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type PersonRole Modifier and Type Method Description voidUser. setRoles(List<PersonRole> personRoles)A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty".
-