public class Pagination extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_ITEMS_PER_PAGE |
static String |
PARAM_PAGE |
static String |
PARAM_PER_PAGE |
Constructor and Description |
---|
Pagination() |
Modifier and Type | Method and Description |
---|---|
Query |
asQuery() |
void |
setPage(int page) |
void |
setPerPage(int perPage) |
String |
toString() |
public static final String PARAM_PAGE
public static final String PARAM_PER_PAGE
public static final int MAX_ITEMS_PER_PAGE
Copyright © 2015. All Rights Reserved.