The Data object sent to a Datasource to retrieve a list of document IDs from the Datasource.
Datasources that contain a large number of documents may refuse to
honor this request, in which case the start and end offsets
should be used to paginate through the index. Send a Size request to
determine the total number of documents in the Datasource.
| Modifiers | Name | Description |
|---|---|---|
class |
ListRequest.Offsets |
| Constructor and description |
|---|
ListRequest
() |
ListRequest
(int start, int end) |
| Methods inherited from class | Name |
|---|---|
class Data |
asJson, asPrettyJson, getParameter, setParameter |
org.lappsgrid:serialization:2.7.0