public final class Pageable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Pageable.PageableBuilder |
| Constructor and Description |
|---|
Pageable() |
| Modifier and Type | Method and Description |
|---|---|
static Pageable.PageableBuilder |
builder(int page,
int pageSize)
Creates a new Pageable Builder
|
public static Pageable.PageableBuilder builder(int page, int pageSize)
page - the current page. If less than 0, it will be set to 0.pageSize - how many entries are on one page. If less than one, it will be set to 1.Copyright © 2020. All rights reserved.