Klasse GroupUsers
java.lang.Object
io.github.primelib.jira4j.restv2.model.GroupUsers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GroupUsers
extends Object
GroupUsers
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
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
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
GroupUsers
Constructs a validated instance ofGroupUsers
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- 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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-