Klasse UserList.UserListBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.UserList.UserListBuilder
- Umschließende Klasse:
UserList
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The index of the last item returned on the page.The list of items.maxResults
(Integer maxResults) The maximum number of results that could be on the page.The number of items on the page.startIndex
(Integer startIndex) The index of the first item returned on the page.toString()
-
Methodendetails
-
endIndex
The index of the last item returned on the page.- Gibt zurück:
this
.
-
items
The list of items.- Gibt zurück:
this
.
-
maxResults
The maximum number of results that could be on the page.- Gibt zurück:
this
.
-
size
The number of items on the page.- Gibt zurück:
this
.
-
startIndex
The index of the first item returned on the page.- Gibt zurück:
this
.
-
build
-
toString
-