Uses of Class
com.cumulocity.rest.representation.user.RoleRepresentation
-
Packages that use RoleRepresentation Package Description com.cumulocity.rest.representation.user -
-
Uses of RoleRepresentation in com.cumulocity.rest.representation.user
Methods in com.cumulocity.rest.representation.user that return RoleRepresentation Modifier and Type Method Description RoleRepresentationRoleReferenceRepresentation. getRole()Methods in com.cumulocity.rest.representation.user that return types with arguments of type RoleRepresentation Modifier and Type Method Description List<RoleRepresentation>CurrentUserRepresentation. getEffectiveRoles()List<RoleRepresentation>RoleCollectionRepresentation. getRoles()Iterator<RoleRepresentation>RoleCollectionRepresentation. iterator()Methods in com.cumulocity.rest.representation.user with parameters of type RoleRepresentation Modifier and Type Method Description voidRoleReferenceRepresentation. setRole(RoleRepresentation role)Method parameters in com.cumulocity.rest.representation.user with type arguments of type RoleRepresentation Modifier and Type Method Description voidCurrentUserRepresentation. setEffectiveRoles(List<RoleRepresentation> effectiveRoles)voidRoleCollectionRepresentation. setRoles(List<RoleRepresentation> roles)
-