T - The type of the objects contained in a paging object.IModelObjectpublic class PagingCursorbased<T> extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PagingCursorbased.Builder<T> |
Builder class for building
PagingCursorbased instances. |
static class |
PagingCursorbased.JsonUtil<X> |
JsonUtil class for building
PagingCursorbased instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
PagingCursorbased.Builder<T> |
builder() |
Create a builder for building an instance of a model object.
|
Cursor[] |
getCursors() |
Get the cursors used to find the next set of items.
|
String |
getHref() |
Get a link to the Web API endpoint returning the full result of the request.
|
T[] |
getItems() |
Get the items contained in the paging object.
|
Integer |
getLimit() |
Get the maximum number of items in the response (as set in the query or by default).
|
String |
getNext() |
Get the URL to the next page of items.
|
Integer |
getTotal() |
Get the total number of items available to return.
|
public String getHref()
public T[] getItems()
public Integer getLimit()
public String getNext()
null if none)null if none)public Cursor[] getCursors()
public Integer getTotal()
public PagingCursorbased.Builder<T> builder()
IModelObjectCopyright © 2019. All rights reserved.