public class Pagination
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Pagination |
NONE |
| Constructor and Description |
|---|
Pagination() |
| Modifier and Type | Method and Description |
|---|---|
static Pagination |
of(int offset,
int limit,
int total) |
public static final Pagination NONE
public static Pagination of(int offset, int limit, int total)