Klasse PageBeanSecurityLevel.PageBeanSecurityLevelBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.PageBeanSecurityLevel.PageBeanSecurityLevelBuilder
- Umschließende Klasse:
PageBeanSecurityLevel
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Whether this is the last page.maxResults
(Integer maxResults) The maximum number of items that could be returned.If there is another page of results, the URL of the next page.The URL of the page.The index of the first item returned.toString()
The number of items returned.values
(List<SecurityLevel> values) The list of items.
-
Methodendetails
-
isLast
Whether this is the last page.- Gibt zurück:
this
.
-
maxResults
The maximum number of items that could be returned.- Gibt zurück:
this
.
-
nextPage
If there is another page of results, the URL of the next page.- Gibt zurück:
this
.
-
self
The URL of the page.- Gibt zurück:
this
.
-
startAt
The index of the first item returned.- Gibt zurück:
this
.
-
total
The number of items returned.- Gibt zurück:
this
.
-
values
The list of items.- Gibt zurück:
this
.
-
build
-
toString
-