Class FieldCreateMetadataSchema.FieldCreateMetadataSchemaBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldCreateMetadataSchema.FieldCreateMetadataSchemaBuilder
- Enclosing class:
- FieldCreateMetadataSchema
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
configuration
public FieldCreateMetadataSchema.FieldCreateMetadataSchemaBuilder configuration(Map<String, Object> configuration) If the field is a custom field, the configuration of the field.- Returns:
this
.
-
custom
If the field is a custom field, the URI of the field.- Returns:
this
.
-
customId
If the field is a custom field, the custom ID of the field.- Returns:
this
.
-
items
When the data type is an array, the name of the field items within the array.- Returns:
this
.
-
system
If the field is a system field, the name of the field.- Returns:
this
.
-
type
The data type of the field.- Returns:
this
.
-
build
-
toString
-