Uses of Class
com.cumulocity.rest.representation.role.inventory.InventoryPermissionRepresentation
Packages that use InventoryPermissionRepresentation
-
Uses of InventoryPermissionRepresentation in com.cumulocity.rest.representation.role.inventory
Methods in com.cumulocity.rest.representation.role.inventory that return InventoryPermissionRepresentationModifier and TypeMethodDescriptionInventoryPermissionRepresentation.InventoryPermissionRepresentationBuilder.build()Methods in com.cumulocity.rest.representation.role.inventory that return types with arguments of type InventoryPermissionRepresentationMethods in com.cumulocity.rest.representation.role.inventory with parameters of type InventoryPermissionRepresentationModifier and TypeMethodDescriptionInventoryRoleRepresentation.InventoryRoleRepresentationBuilder.permission(InventoryPermissionRepresentation permission) Method parameters in com.cumulocity.rest.representation.role.inventory with type arguments of type InventoryPermissionRepresentationModifier and TypeMethodDescriptionInventoryRoleRepresentation.InventoryRoleRepresentationBuilder.permissions(Collection<? extends InventoryPermissionRepresentation> permissions) voidInventoryRoleRepresentation.setPermissions(List<InventoryPermissionRepresentation> permissions) Constructor parameters in com.cumulocity.rest.representation.role.inventory with type arguments of type InventoryPermissionRepresentationModifierConstructorDescriptionInventoryRoleRepresentation(Long id, String name, String description, List<InventoryPermissionRepresentation> permissions)