Klasse CursorPagination.CursorPaginationBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.CursorPagination.CursorPaginationBuilder
- Umschließende Klasse:
CursorPagination
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The minimum of thelimit
parameter used in the request or the maximum request size of the API.nextCursor
(String nextCursor) An opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request.toString()
-
Methodendetails
-
limit
The minimum of thelimit
parameter used in the request or the maximum request size of the API.- Gibt zurück:
this
.
-
nextCursor
An opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request. Anull
value for this field indicates that there are no additional results.- Gibt zurück:
this
.
-
build
-
toString
-