Klasse FoundGroups
java.lang.Object
io.github.primelib.jira4j.restv3.model.FoundGroups
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FoundGroups
extends Object
FoundGroups
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FoundGroups
(Consumer<FoundGroups> spec) Constructs a validated instance ofFoundGroups
.FoundGroups
(List<FoundGroup> groups, String header, Integer total) Constructs a validated instance ofFoundGroups
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
FoundGroups
Constructs a validated instance ofFoundGroups
.- Parameter:
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.- Parameter:
groups
- var.nameheader
- 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()
-
-
Methodendetails
-
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
- Gibt zurück:
this
.
-
header
Header text indicating the number of groups in the response and the total number of groups found in the search.- Gibt zurück:
this
.
-
total
The total number of groups found in the search.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-