Class FoundUsers
java.lang.Object
io.github.primelib.jira4j.restv2.model.FoundUsers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FoundUsers
extends Object
FoundUsers
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFoundUsers(String header, Integer total, List<UserPickerUser> users) Constructs a validated instance ofFoundUsers.FoundUsers(Consumer<FoundUsers> spec) Constructs a validated instance ofFoundUsers. -
Method Summary
Modifier and TypeMethodDescriptionstatic FoundUsers.FoundUsersBuilderbuilder()protected booleanbooleaninthashCode()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)
-
Field Details
-
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
-
-
Constructor Details
-
FoundUsers
Constructs a validated instance ofFoundUsers.- Parameters:
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.- Parameters:
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- users
-
FoundUsers
protected FoundUsers()
-
-
Method Details
-
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.- Returns:
this.
-
total
The total number of users found in the search.- Returns:
this.
-
users
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-