public class PageRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Gets end index of the data selection.
|
PageRequest |
incrementStart()
Calculates the next start index.
|
static PageRequest |
of(int start,
int length) |
String |
toString() |
public static PageRequest of(int start, int length)
public PageRequest incrementStart()
PageRequestpublic final int getEnd()
Copyright © 2023. All rights reserved.