public class Pagination extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pagination |
DEFAULT |
| Constructor and Description |
|---|
Pagination(Long limit,
Long offset) |
| Modifier and Type | Method and Description |
|---|---|
static Pagination |
create(Long limit,
Long offset) |
Long |
getLimit() |
Long |
getOffset() |
void |
setLimit(Long limit) |
void |
setOffset(Long offset) |
public static final Pagination DEFAULT
Copyright © 2016. All rights reserved.