java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldOptionCreate.CustomFieldOptionCreateBuilder
-
Method Summary
Whether the option is disabled.
For cascading options, the ID of the custom field object containing the cascading option.
The value of the custom field option.
-
Method Details
-
disabled
Whether the option is disabled.
- Returns:
this
.
-
optionId
For cascading options, the ID of the custom field object containing the cascading option.
- Returns:
this
.
-
value
The value of the custom field option.
- Returns:
this
.
-
-