public class QueryCollectionParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
skip
How many queries to skip.
|
java.util.List<QuerySortingParameter> |
sortBy
How to sort the queries.
|
java.lang.Integer |
take
How many queries to take.
|
| Constructor and Description |
|---|
QueryCollectionParameters() |
public java.lang.Integer skip
public java.lang.Integer take
public java.util.List<QuerySortingParameter> sortBy