public class PagedManagedObjectCollectionRepresentation extends ManagedObjectCollectionRepresentation implements PagedCollectionRepresentation<ManagedObjectRepresentation>
Constructor and Description |
---|
PagedManagedObjectCollectionRepresentation(ManagedObjectCollectionRepresentation collection,
PagedCollectionResource<ManagedObjectRepresentation,? extends ManagedObjectCollectionRepresentation> collectionResource) |
Modifier and Type | Method and Description |
---|---|
Iterable<ManagedObjectRepresentation> |
allPages() |
Iterable<ManagedObjectRepresentation> |
elements(int limit) |
getManagedObjects, iterator, setManagedObjects
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
getSelf, getSelfDecoded, setSelf, toJSON, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public PagedManagedObjectCollectionRepresentation(ManagedObjectCollectionRepresentation collection, PagedCollectionResource<ManagedObjectRepresentation,? extends ManagedObjectCollectionRepresentation> collectionResource)
public Iterable<ManagedObjectRepresentation> allPages()
allPages
in interface PagedCollectionRepresentation<ManagedObjectRepresentation>
public Iterable<ManagedObjectRepresentation> elements(int limit)
elements
in interface PagedCollectionRepresentation<ManagedObjectRepresentation>
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.