Package org.gbif.api.model.common.paging
Class PagingRequest
java.lang.Object
org.gbif.api.model.common.paging.PageableBase
org.gbif.api.model.common.paging.PagingRequest
- All Implemented Interfaces:
Pageable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gbif.api.model.common.paging.Pageable
Pageable.OffsetLimitParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
nextPage()
Increases the offset based on the current limit to be able to request the next page.Methods inherited from class org.gbif.api.model.common.paging.PageableBase
addOffset, copyPagingValues, equals, getLimit, getOffset, hashCode, setLimit, setOffset, toString
-
Constructor Details
-
PagingRequest
public PagingRequest() -
PagingRequest
-
PagingRequest
-
-
Method Details
-
nextPage
Increases the offset based on the current limit to be able to request the next page.
-