Uses of Class
com.cumulocity.rest.representation.user.RoleRepresentation
Packages that use RoleRepresentation
-
Uses of RoleRepresentation in com.cumulocity.rest.representation.user
Methods in com.cumulocity.rest.representation.user that return RoleRepresentationMethods in com.cumulocity.rest.representation.user that return types with arguments of type RoleRepresentationModifier and TypeMethodDescriptionCurrentUserRepresentation.getEffectiveRoles()
RoleCollectionRepresentation.getRoles()
RoleCollectionRepresentation.iterator()
Methods in com.cumulocity.rest.representation.user with parameters of type RoleRepresentationModifier and TypeMethodDescriptionvoid
RoleReferenceRepresentation.setRole
(RoleRepresentation role) Method parameters in com.cumulocity.rest.representation.user with type arguments of type RoleRepresentationModifier and TypeMethodDescriptionvoid
CurrentUserRepresentation.setEffectiveRoles
(List<RoleRepresentation> effectiveRoles) void
RoleCollectionRepresentation.setRoles
(List<RoleRepresentation> roles)