public class PaginatedQuery
extends ApplicationScopedQuery
| Constructor and Description |
|---|
PaginatedQuery(long start,
int size,
ai.tock.nlp.front.shared.config.SearchMark searchMark,
java.util.List<kotlin.Pair> sort) |
PaginatedQuery() |
| Modifier and Type | Method and Description |
|---|---|
ai.tock.nlp.front.shared.config.SearchMark |
getSearchMark()
If searchMark is not null,
|
int |
getSize() |
java.util.List<kotlin.Pair> |
getSort()
The optional sort parameters.
|
long |
getStart() |
getApplicationName, getCurrentLanguage, getLanguage, getNamespacepublic PaginatedQuery(long start,
int size,
@Nullable
ai.tock.nlp.front.shared.config.SearchMark searchMark,
@Nullable
java.util.List<kotlin.Pair> sort)
searchMark - If searchMark is not null, the results start with the elements after the searchMark.sort - The optional sort parameters.public PaginatedQuery()
public long getStart()
public int getSize()
@Nullable public ai.tock.nlp.front.shared.config.SearchMark getSearchMark()
If searchMark is not null,
the results start with the elements after the searchMark.
@Nullable public java.util.List<kotlin.Pair> getSort()
The optional sort parameters.