Class GroupUsers
java.lang.Object
io.github.primelib.jira4j.restv3.model.GroupUsers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GroupUsers
extends Object
GroupUsers
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
The index of the last item returned on the page.protected List<UserDetails>
The list of items.protected Integer
The maximum number of results that could be on the page.protected Integer
The number of items on the page.protected Integer
The index of the first item returned on the page. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GroupUsers
(Integer endIndex, List<UserDetails> items, Integer maxResults, Integer size, Integer startIndex) Constructs a validated instance ofGroupUsers
.GroupUsers
(Consumer<GroupUsers> spec) Constructs a validated instance ofGroupUsers
. -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupUsers.GroupUsersBuilder
builder()
protected boolean
endIndex()
The index of the last item returned on the page.The index of the last item returned on the page.boolean
int
hashCode()
items()
The list of items.items
(List<UserDetails> items) The list of items.The maximum number of results that could be on the page.maxResults
(Integer maxResults) The maximum number of results that could be on the page.size()
The number of items on the page.The number of items on the page.The index of the first item returned on the page.startIndex
(Integer startIndex) The index of the first item returned on the page.toString()
-
Field Details
-
endIndex
The index of the last item returned on the page. -
items
The list of items. -
maxResults
The maximum number of results that could be on the page. -
size
The number of items on the page. -
startIndex
The index of the first item returned on the page.
-
-
Constructor Details
-
GroupUsers
Constructs a validated instance ofGroupUsers
.- Parameters:
spec
- the specification to process
-
GroupUsers
@Internal public GroupUsers(Integer endIndex, List<UserDetails> items, Integer maxResults, Integer size, Integer startIndex) Constructs a validated instance ofGroupUsers
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GroupUsers(Consumer)
instead.- Parameters:
endIndex
- The index of the last item returned on the page.items
- The list of items.maxResults
- The maximum number of results that could be on the page.size
- The number of items on the page.startIndex
- The index of the first item returned on the page.
-
GroupUsers
protected GroupUsers()
-
-
Method Details
-
builder
-
endIndex
The index of the last item returned on the page. -
items
The list of items. -
maxResults
The maximum number of results that could be on the page. -
size
The number of items on the page. -
startIndex
The index of the first item returned on the page. -
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-