Class InventoryAssignmentCollectionRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
com.cumulocity.rest.representation.BaseCollectionRepresentation<InventoryAssignmentRepresentation>
com.cumulocity.rest.representation.user.InventoryAssignmentCollectionRepresentation
- All Implemented Interfaces:
ResourceRepresentation,Iterable<InventoryAssignmentRepresentation>,org.svenson.DynamicProperties
public class InventoryAssignmentCollectionRepresentation
extends BaseCollectionRepresentation<InventoryAssignmentRepresentation>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()voidsetInventoryAssignments(List<InventoryAssignmentRepresentation> inventoryAssignments) 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, toJSON, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
InventoryAssignmentCollectionRepresentation
public InventoryAssignmentCollectionRepresentation()
-
-
Method Details
-
getInventoryAssignments
-
setInventoryAssignments
@JSONTypeHint(InventoryAssignmentRepresentation.class) public void setInventoryAssignments(List<InventoryAssignmentRepresentation> inventoryAssignments) -
iterator
-