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