Klasse FieldMetadataSchema.FieldMetadataSchemaBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldMetadataSchema.FieldMetadataSchemaBuilder
- Umschließende Klasse:
FieldMetadataSchema
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
configuration
(Map<String, Object> configuration) If the field is a custom field, the configuration of the field.If the field is a custom field, the URI of the field.If the field is a custom field, the custom ID of the field.When the data type is an array, the name of the field items within the array.If the field is a system field, the name of the field.toString()
The data type of the field.
-
Methodendetails
-
configuration
public FieldMetadataSchema.FieldMetadataSchemaBuilder configuration(Map<String, Object> configuration) If the field is a custom field, the configuration of the field.- Gibt zurück:
this
.
-
custom
If the field is a custom field, the URI of the field.- Gibt zurück:
this
.
-
customId
If the field is a custom field, the custom ID of the field.- Gibt zurück:
this
.
-
items
When the data type is an array, the name of the field items within the array.- Gibt zurück:
this
.
-
system
If the field is a system field, the name of the field.- Gibt zurück:
this
.
-
type
The data type of the field.- Gibt zurück:
this
.
-
build
-
toString
-