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