Class FoundGroups
java.lang.Object
io.github.primelib.jira4j.restv3.model.FoundGroups
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FoundGroups
extends Object
FoundGroups
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FoundGroups
(Consumer<FoundGroups> spec) Constructs a validated instance ofFoundGroups
.FoundGroups
(List<FoundGroup> groups, String header, Integer total) Constructs a validated instance ofFoundGroups
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
groups()
groups
(List<FoundGroup> groups) int
hashCode()
header()
Header text indicating the number of groups in the response and the total number of groups found in the search.Header text indicating the number of groups in the response and the total number of groups found in the search.toString()
total()
The total number of groups found in the search.The total number of groups found in the search.
-
Field Details
-
groups
-
header
Header text indicating the number of groups in the response and the total number of groups found in the search. -
total
The total number of groups found in the search.
-
-
Constructor Details
-
FoundGroups
Constructs a validated instance ofFoundGroups
.- Parameters:
spec
- the specification to process
-
FoundGroups
Constructs a validated instance ofFoundGroups
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FoundGroups(Consumer)
instead.- Parameters:
groups
- groupsheader
- Header text indicating the number of groups in the response and the total number of groups found in the search.total
- The total number of groups found in the search.
-
FoundGroups
protected FoundGroups()
-
-
Method Details
-
builder
-
groups
-
header
Header text indicating the number of groups in the response and the total number of groups found in the search. -
total
The total number of groups found in the search. -
groups
- Returns:
this
.
-
header
Header text indicating the number of groups in the response and the total number of groups found in the search.- Returns:
this
.
-
total
The total number of groups found in the search.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-