Klasse UserList
java.lang.Object
io.github.primelib.jira4j.restv3.model.UserList
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UserList
extends Object
UserList
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Integer
The index of the last item returned on the page.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
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic UserList.UserListBuilder
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.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
-
UserList
Constructs a validated instance ofUserList
.- Parameter:
spec
- the specification to process
-
UserList
@Internal public UserList(Integer endIndex, List<User> items, Integer maxResults, Integer size, Integer startIndex) Constructs a validated instance ofUserList
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UserList(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.
-
UserList
protected UserList()
-
-
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
-