Klasse FieldConfigurationDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldConfigurationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldConfigurationDetails
extends Object
FieldConfigurationDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FieldConfigurationDetails
(String description, String name) Constructs a validated instance ofFieldConfigurationDetails
.Constructs a validated instance ofFieldConfigurationDetails
. -
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()
name()
The name of the field configuration.The name of the field configuration.toString()
-
Felddetails
-
description
The description of the field configuration. -
name
The name of the field configuration. Must be unique.
-
-
Konstruktordetails
-
FieldConfigurationDetails
Constructs a validated instance ofFieldConfigurationDetails
.- Parameter:
spec
- the specification to process
-
FieldConfigurationDetails
Constructs a validated instance ofFieldConfigurationDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldConfigurationDetails(Consumer)
instead.- Parameter:
description
- The description of the field configuration.name
- The name of the field configuration. Must be unique.
-
FieldConfigurationDetails
protected FieldConfigurationDetails()
-
-
Methodendetails
-
builder
-
description
The description of the field configuration. -
name
The name of the field configuration. Must be unique. -
description
The description of the field configuration.- Gibt zurück:
this
.
-
name
The name of the field configuration. Must be unique.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-