public abstract class BaseCollectionRepresentation<T> extends BaseResourceRepresentation implements Iterable<T>
Constructor and Description |
---|
BaseCollectionRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getNext() |
PageStatisticsRepresentation |
getPageStatistics() |
String |
getPrev() |
void |
setNext(String next) |
void |
setPageStatistics(PageStatisticsRepresentation pageStatistics) |
void |
setPrev(String prev) |
getSelf, getSelfDecoded, setSelf, toJSON, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, iterator, spliterator
@JSONProperty(value="statistics", ignoreIfNull=true) public PageStatisticsRepresentation getPageStatistics()
public void setPageStatistics(PageStatisticsRepresentation pageStatistics)
@JSONProperty(ignoreIfNull=true) public String getPrev()
public void setPrev(String prev)
@JSONProperty(ignoreIfNull=true) public String getNext()
public void setNext(String next)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.