Class GroupUsers.GroupUsersBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.GroupUsers.GroupUsersBuilder
- Enclosing class:
- GroupUsers
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The index of the last item returned on the page.items
(List<UserDetails> items) 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()
-
Method Details
-
endIndex
The index of the last item returned on the page.- Returns:
this
.
-
items
The list of items.- Returns:
this
.
-
maxResults
The maximum number of results that could be on the page.- Returns:
this
.
-
size
The number of items on the page.- Returns:
this
.
-
startIndex
The index of the first item returned on the page.- Returns:
this
.
-
build
-
toString
-