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