Klasse IncludedFields
java.lang.Object
io.github.primelib.jira4j.restv3.model.IncludedFields
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IncludedFields
extends Object
IncludedFields
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IncludedFields
(Consumer<IncludedFields> spec) Constructs a validated instance ofIncludedFields
.Constructs a validated instance ofIncludedFields
. -
Methodenübersicht
-
Felddetails
-
actuallyIncluded
-
excluded
-
included
-
-
Konstruktordetails
-
IncludedFields
Constructs a validated instance ofIncludedFields
.- Parameter:
spec
- the specification to process
-
IncludedFields
@Internal public IncludedFields(Set<String> actuallyIncluded, Set<String> excluded, Set<String> included) Constructs a validated instance ofIncludedFields
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IncludedFields(Consumer)
instead.- Parameter:
actuallyIncluded
- var.nameexcluded
- var.nameincluded
- var.name
-
IncludedFields
protected IncludedFields()
-
-
Methodendetails
-
builder
-
actuallyIncluded
-
excluded
-
included
-
actuallyIncluded
- Gibt zurück:
this
.
-
excluded
- Gibt zurück:
this
.
-
included
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-