Class IssueFieldOption.IssueFieldOptionBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueFieldOption.IssueFieldOptionBuilder
- Enclosing class:
- IssueFieldOption
-
Method Summary
Modifier and TypeMethodDescriptionbuild()config(IssueFieldOptionConfiguration config) The unique identifier for the option.properties(Map<String, Object> properties) The properties of the object, as arbitrary key-value pairs.toString()The option's name, which is displayed in Jira.
-
Method Details
-
config
- Returns:
this.
-
id
The unique identifier for the option. This is only unique within the select field's set of options.- Returns:
this.
-
properties
The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module.- Returns:
this.
-
value
The option's name, which is displayed in Jira.- Returns:
this.
-
build
-
toString
-