public interface PaginationRequest<T extends AbstractPaginationRequest>
Modifier and Type | Method and Description |
---|---|
T |
withLastPage(boolean lastPage) |
T |
withPageLength(int pageLength) |
T |
withPageOffset(int pageOffset) |
T |
withPageStartMarker(java.lang.String pageStartMarker) |
T |
withPageStartMarker(java.util.UUID pageStartMarker) |
T withLastPage(boolean lastPage)
T withPageLength(int pageLength)
T withPageOffset(int pageOffset)
T withPageStartMarker(java.util.UUID pageStartMarker)
T withPageStartMarker(java.lang.String pageStartMarker)