Interface PageRequest
- All Known Implementing Classes:
StandardPageRequest
public interface PageRequest
Request for page of results with starting offset and total limit with optional index column
-
Method Details
-
offset
long offset() -
limit
OptionalLong limit() -
indexColumnName
-