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