T1 - the type of the item contained within the collectionT2 - the type of the request builder for the next page in this collectionpublic interface IBaseCollectionPage<T1,T2 extends IRequestBuilder> extends IJsonBackedObject
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T1> |
getCurrentPage()
Gets the current page
|
T2 |
getNextPage()
Gets the next page request builder
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
additionalDataManager, setRawObjectcom.google.gson.JsonObject getRawObject()
T2 getNextPage()
java.util.List<T1> getCurrentPage()