Klasse FieldMetadata.FieldMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldMetadata.FieldMetadataBuilder
- Umschließende Klasse:
FieldMetadata
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungallowedValues
(List<Object> allowedValues) The list of values allowed in the field.autoCompleteUrl
(String autoCompleteUrl) The URL that can be used to automatically complete the field.build()
configuration
(Map<String, Object> configuration) The configuration properties.defaultValue
(Object defaultValue) The default value of the field.hasDefaultValue
(Boolean hasDefaultValue) Whether the field has a default value.The key of the field.The name of the field.operations
(List<String> operations) The list of operations that can be performed on the field.Whether the field is required.schema
(FieldMetadataSchema schema) toString()
-
Methodendetails
-
allowedValues
The list of values allowed in the field.- Gibt zurück:
this
.
-
autoCompleteUrl
The URL that can be used to automatically complete the field.- Gibt zurück:
this
.
-
configuration
The configuration properties.- Gibt zurück:
this
.
-
defaultValue
The default value of the field.- Gibt zurück:
this
.
-
hasDefaultValue
Whether the field has a default value.- Gibt zurück:
this
.
-
key
The key of the field.- Gibt zurück:
this
.
-
name
The name of the field.- Gibt zurück:
this
.
-
operations
The list of operations that can be performed on the field.- Gibt zurück:
this
.
-
required
Whether the field is required.- Gibt zurück:
this
.
-
schema
- Gibt zurück:
this
.
-
build
-
toString
-