T1 - The type of the item contained within the collection.T2 - The type of the request builder for the next page in this collection.public 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.
|
setRawObjectcom.google.gson.JsonObject getRawObject()
T2 getNextPage()
java.util.List<T1> getCurrentPage()