Class FieldCreateMetadata.FieldCreateMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldCreateMetadata.FieldCreateMetadataBuilder
- Enclosing class:
- FieldCreateMetadata
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues
(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.The field id.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
(FieldCreateMetadataSchema schema) toString()
-
Method Details
-
allowedValues
The list of values allowed in the field.- Returns:
this
.
-
autoCompleteUrl
The URL that can be used to automatically complete the field.- Returns:
this
.
-
configuration
public FieldCreateMetadata.FieldCreateMetadataBuilder configuration(Map<String, Object> configuration) The configuration properties.- Returns:
this
.
-
defaultValue
The default value of the field.- Returns:
this
.
-
fieldId
The field id.- Returns:
this
.
-
hasDefaultValue
Whether the field has a default value.- Returns:
this
.
-
key
The key of the field.- Returns:
this
.
-
name
The name of the field.- Returns:
this
.
-
operations
The list of operations that can be performed on the field.- Returns:
this
.
-
required
Whether the field is required.- Returns:
this
.
-
schema
- Returns:
this
.
-
build
-
toString
-