IModelObjectpublic class Cursor extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Cursor.Builder |
Builder class for building
Cursor instances. |
static class |
Cursor.JsonUtil |
JsonUtil class for building
Cursor instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
Cursor.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
getAfter() |
Get the key of this
Cursor to find the next set of items in a
cursor-based paging object. |
public String getAfter()
Cursor to find the next set of items in a
cursor-based paging object.PagingCursorbasedpublic Cursor.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.