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