public class PaginatedQuery
extends ApplicationScopedQuery
public 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.