Class PagedManagedObjectReferenceCollectionRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
com.cumulocity.rest.representation.BaseCollectionRepresentation<ManagedObjectReferenceRepresentation>
com.cumulocity.rest.representation.inventory.ManagedObjectReferenceCollectionRepresentation
com.cumulocity.sdk.client.inventory.PagedManagedObjectReferenceCollectionRepresentation
- All Implemented Interfaces:
ResourceRepresentation
,PagedCollectionRepresentation<ManagedObjectReferenceRepresentation>
,Iterable<ManagedObjectReferenceRepresentation>
,org.svenson.DynamicProperties
public class PagedManagedObjectReferenceCollectionRepresentation
extends ManagedObjectReferenceCollectionRepresentation
implements PagedCollectionRepresentation<ManagedObjectReferenceRepresentation>
-
Constructor Summary
ConstructorDescriptionPagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource) -
Method Summary
Methods inherited from class com.cumulocity.rest.representation.inventory.ManagedObjectReferenceCollectionRepresentation
getCount, getReferences, iterator, setCount, setReferences
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
Methods inherited from class com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
getQueryPlanner, setQueryPlanner
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PagedManagedObjectReferenceCollectionRepresentation
public PagedManagedObjectReferenceCollectionRepresentation(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource)
-
-
Method Details
-
allPages
- Specified by:
allPages
in interfacePagedCollectionRepresentation<ManagedObjectReferenceRepresentation>
-
elements
- Specified by:
elements
in interfacePagedCollectionRepresentation<ManagedObjectReferenceRepresentation>
-