java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldOptionUpdate.CustomFieldOptionUpdateBuilder
-
Method Summary
Whether the option is disabled.
The ID of the custom field option.
The value of the custom field option.
-
Method Details
-
disabled
Whether the option is disabled.
- Returns:
this
.
-
id
The ID of the custom field option.
- Returns:
this
.
-
value
The value of the custom field option.
- Returns:
this
.
-
-