| Constructor and Description |
|---|
PaginationQuery(int start,
int rows)
Constructs a pagination query with current page, results per page/request and the maximum limit.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.http.NameValuePair> |
getEntries()
Returns a list of get query items.
|
public PaginationQuery(int start,
int rows)
start - the current result page.rows - the number of results per page/request.public List<org.apache.http.NameValuePair> getEntries()
QuerygetEntries in interface QueryCopyright © 2023. All rights reserved.