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