public class Pageable extends Object
| Constructor and Description |
|---|
Pageable(int page,
int size,
List<String> sort) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSort(String sort) |
boolean |
equals(Object o) |
Integer |
getPage() |
Integer |
getSize() |
List<String> |
getSort() |
int |
hashCode() |
void |
setPage(Integer page) |
void |
setSize(Integer size) |
void |
setSort(List<String> sort) |
String |
toString() |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.