public interface PageRequest
Modifier and Type | Interface and Description |
---|---|
static class |
PageRequest.StartingPoint
The desired starting point of the page being requested.
|
Modifier and Type | Method and Description |
---|---|
int |
getOffset()
Get the offset (zero based) of the resource that should be used as the start or end
of the page.
|
int |
getPageSize()
Get the desired page size.
|
Predicate |
getPredicate()
Return the predicate that identifies the single resource to be used
as the start or end of the page.
|
PageRequest.StartingPoint |
getStartingPoint()
Get the starting point for the page being requested.
|
PageRequest.StartingPoint getStartingPoint()
int getPageSize()
int getOffset()
Predicate getPredicate()
Copyright © 2022 Apache Software Foundation. All rights reserved.