Uses of Class
com.cumulocity.rest.representation.role.inventory.InventoryRoleRepresentation
Packages that use InventoryRoleRepresentation
Package
Description
-
Uses of InventoryRoleRepresentation in com.cumulocity.rest.representation.role.inventory
Methods in com.cumulocity.rest.representation.role.inventory that return InventoryRoleRepresentationModifier and TypeMethodDescriptionInventoryRoleRepresentation.InventoryRoleRepresentationBuilder.build()Methods in com.cumulocity.rest.representation.role.inventory that return types with arguments of type InventoryRoleRepresentationModifier and TypeMethodDescriptionInventoryRoleCollectionRepresentation.getRoles()InventoryRoleCollectionRepresentation.iterator()Method parameters in com.cumulocity.rest.representation.role.inventory with type arguments of type InventoryRoleRepresentationModifier and TypeMethodDescriptionvoidInventoryRoleCollectionRepresentation.setRoles(List<InventoryRoleRepresentation> roles) -
Uses of InventoryRoleRepresentation in com.cumulocity.rest.representation.user
Methods in com.cumulocity.rest.representation.user that return types with arguments of type InventoryRoleRepresentationMethods in com.cumulocity.rest.representation.user with parameters of type InventoryRoleRepresentationModifier and TypeMethodDescriptionInventoryAssignmentRepresentation.InventoryAssignmentRepresentationBuilder.role(InventoryRoleRepresentation role) Method parameters in com.cumulocity.rest.representation.user with type arguments of type InventoryRoleRepresentationModifier and TypeMethodDescriptionInventoryAssignmentRepresentation.InventoryAssignmentRepresentationBuilder.roles(Collection<? extends InventoryRoleRepresentation> roles) voidInventoryAssignmentRepresentation.setRoles(List<InventoryRoleRepresentation> roles) Constructor parameters in com.cumulocity.rest.representation.user with type arguments of type InventoryRoleRepresentationModifierConstructorDescriptionInventoryAssignmentRepresentation(Long id, String managedObject, List<InventoryRoleRepresentation> roles)