Klasse FieldConfiguration
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldConfiguration
extends Object
FieldConfiguration
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FieldConfiguration
(String description, Long id, Boolean isDefault, String name) Constructs a validated instance ofFieldConfiguration
.Constructs a validated instance ofFieldConfiguration
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the field configuration.description
(String description) The description of the field configuration.boolean
int
hashCode()
id()
The ID of the field configuration.The ID of the field configuration.Whether the field configuration is the default.Whether the field configuration is the default.name()
The name of the field configuration.The name of the field configuration.toString()
-
Felddetails
-
description
The description of the field configuration. -
id
The ID of the field configuration. -
isDefault
Whether the field configuration is the default. -
name
The name of the field configuration.
-
-
Konstruktordetails
-
FieldConfiguration
Constructs a validated instance ofFieldConfiguration
.- Parameter:
spec
- the specification to process
-
FieldConfiguration
Constructs a validated instance ofFieldConfiguration
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldConfiguration(Consumer)
instead.- Parameter:
description
- The description of the field configuration.id
- The ID of the field configuration.isDefault
- Whether the field configuration is the default.name
- The name of the field configuration.
-
FieldConfiguration
protected FieldConfiguration()
-
-
Methodendetails
-
builder
-
description
The description of the field configuration. -
id
The ID of the field configuration. -
isDefault
Whether the field configuration is the default. -
name
The name of the field configuration. -
description
The description of the field configuration.- Gibt zurück:
this
.
-
id
The ID of the field configuration.- Gibt zurück:
this
.
-
isDefault
Whether the field configuration is the default.- Gibt zurück:
this
.
-
name
The name of the field configuration.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-