Klasse FieldConfigurationItem.FieldConfigurationItemBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldConfigurationItem.FieldConfigurationItemBuilder
- Umschließende Klasse:
FieldConfigurationItem
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the field within the field configuration.The ID of the field within the field configuration.Whether the field is hidden in the field configuration.isRequired
(Boolean isRequired) Whether the field is required in the field configuration.The renderer type for the field within the field configuration.toString()
-
Methodendetails
-
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
.
-
build
-
toString
-