Class InventoryRoleCollectionRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
com.cumulocity.rest.representation.BaseCollectionRepresentation<InventoryRoleRepresentation>
com.cumulocity.rest.representation.role.inventory.InventoryRoleCollectionRepresentation
- All Implemented Interfaces:
ResourceRepresentation,Iterable<InventoryRoleRepresentation>,org.svenson.DynamicProperties
public class InventoryRoleCollectionRepresentation
extends BaseCollectionRepresentation<InventoryRoleRepresentation>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrevMethods inherited from class com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
getQueryPlanner, setQueryPlannerMethods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setPropertyMethods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
InventoryRoleCollectionRepresentation
public InventoryRoleCollectionRepresentation()
-
-
Method Details
-
iterator
-
getRoles
@JSONTypeHint(InventoryRoleRepresentation.class) public List<InventoryRoleRepresentation> getRoles() -
setRoles
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classBaseResourceRepresentation
-