Klasse IssueFieldOptionCreateBean.IssueFieldOptionCreateBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueFieldOptionCreateBean.IssueFieldOptionCreateBeanBuilder
- Umschließende Klasse:
IssueFieldOptionCreateBean
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
config
(IssueFieldOptionConfiguration config) properties
(Map<String, Object> properties) The properties of the option as arbitrary key-value pairs.toString()
The option's name, which is displayed in Jira.
-
Methodendetails
-
config
public IssueFieldOptionCreateBean.IssueFieldOptionCreateBeanBuilder config(IssueFieldOptionConfiguration config) - Gibt zurück:
this
.
-
properties
public IssueFieldOptionCreateBean.IssueFieldOptionCreateBeanBuilder properties(Map<String, Object> properties) The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/) are defined in the descriptor for the issue field module.- Gibt zurück:
this
.
-
value
The option's name, which is displayed in Jira.- Gibt zurück:
this
.
-
build
-
toString
-