public static class List.QueryOptions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
List.QueryOptions |
withPageSize(long size) |
List.QueryOptions |
withPageSort(List.PageSort sort) |
List.QueryOptions |
withQueryOrder(List.QueryOrder order) |
List.QueryOptions |
withStartPosition(long index) |
public List.QueryOptions withStartPosition(long index)
public List.QueryOptions withQueryOrder(List.QueryOrder order)
public List.QueryOptions withPageSize(long size)
public List.QueryOptions withPageSort(List.PageSort sort)