public class PaginationImpl extends Object implements Pagination
| Constructor and Description |
|---|
PaginationImpl(int page,
int size,
String fieldSort,
TypeSort typeSort) |
| Modifier and Type | Method and Description |
|---|---|
static Pagination |
of(int page,
int size) |
static Pagination |
of(int page,
int size,
String fieldSort,
TypeSort typeSort) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFieldSort, getPage, getSize, getTypeSortpublic static Pagination of(int page, int size)
public static Pagination of(int page, int size, String fieldSort, TypeSort typeSort)
Copyright © 2020 SADTECH. All rights reserved.