Uses of Class
com.cumulocity.rest.representation.user.RoleRepresentation

Packages that use RoleRepresentation
com.cumulocity.rest.representation.user   
 

Uses of RoleRepresentation in com.cumulocity.rest.representation.user
 

Methods in com.cumulocity.rest.representation.user that return RoleRepresentation
 RoleRepresentation RoleReferenceRepresentation.getRole()
           
 

Methods in com.cumulocity.rest.representation.user that return types with arguments of type RoleRepresentation
 List<RoleRepresentation> CurrentUserRepresentation.getEffectiveRoles()
           
 List<RoleRepresentation> RoleCollectionRepresentation.getRoles()
           
 

Methods in com.cumulocity.rest.representation.user with parameters of type RoleRepresentation
 void RoleReferenceRepresentation.setRole(RoleRepresentation role)
           
 

Method parameters in com.cumulocity.rest.representation.user with type arguments of type RoleRepresentation
 void CurrentUserRepresentation.setEffectiveRoles(List<RoleRepresentation> effectiveRoles)
           
 void RoleCollectionRepresentation.setRoles(List<RoleRepresentation> roles)
           
 



Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.