Klasse FoundUsers
java.lang.Object
io.github.primelib.jira4j.restv3.model.FoundUsers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FoundUsers
extends Object
FoundUsers
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FoundUsers
(String header, Integer total, List<UserPickerUser> users) Constructs a validated instance ofFoundUsers
.FoundUsers
(Consumer<FoundUsers> spec) Constructs a validated instance ofFoundUsers
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic FoundUsers.FoundUsersBuilder
builder()
protected boolean
boolean
int
hashCode()
header()
Header text indicating the number of users in the response and the total number of users found in the search.Header text indicating the number of users in the response and the total number of users found in the search.toString()
total()
The total number of users found in the search.The total number of users found in the search.users()
users
(List<UserPickerUser> users)
-
Felddetails
-
header
Header text indicating the number of users in the response and the total number of users found in the search. -
total
The total number of users found in the search. -
users
-
-
Konstruktordetails
-
FoundUsers
Constructs a validated instance ofFoundUsers
.- Parameter:
spec
- the specification to process
-
FoundUsers
Constructs a validated instance ofFoundUsers
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FoundUsers(Consumer)
instead.- Parameter:
header
- Header text indicating the number of users in the response and the total number of users found in the search.total
- The total number of users found in the search.users
- var.name
-
FoundUsers
protected FoundUsers()
-
-
Methodendetails
-
builder
-
header
Header text indicating the number of users in the response and the total number of users found in the search. -
total
The total number of users found in the search. -
users
-
header
Header text indicating the number of users in the response and the total number of users found in the search.- Gibt zurück:
this
.
-
total
The total number of users found in the search.- Gibt zurück:
this
.
-
users
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-