public static interface SyncList.QueryOptions
| Modifier and Type | Method and Description |
|---|---|
SyncList.QueryOptions |
withPageSize(long size)
Specifies the maximum size of the page returned by the query.
|
SyncList.QueryOptions |
withQueryOrder(SyncList.QueryOrder order)
Specifies the ordering (i.e.
|
SyncList.QueryOptions |
withStartPosition(long index)
Specifies the initial position of the query.
|
SyncList.QueryOptions withStartPosition(long index)
index - The starting position for the query.SyncList.QueryOptions withQueryOrder(SyncList.QueryOrder order)
order - The ordering of the query.SyncList.QueryOptions withPageSize(long size)
size - The maximum size of the page returned by the query.