Class CustomFieldOptionCreate
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldOptionCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldOptionCreate
extends Object
CustomFieldOptionCreate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldOptionCreate
(Boolean disabled, String optionId, String value) Constructs a validated instance ofCustomFieldOptionCreate
.Constructs a validated instance ofCustomFieldOptionCreate
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
disabled()
Whether the option is disabled.Whether the option is disabled.boolean
int
hashCode()
optionId()
For cascading options, the ID of the custom field object containing the cascading option.For cascading options, the ID of the custom field object containing the cascading option.toString()
value()
The value of the custom field option.The value of the custom field option.
-
Field Details
-
disabled
Whether the option is disabled. -
optionId
For cascading options, the ID of the custom field object containing the cascading option. -
value
The value of the custom field option.
-
-
Constructor Details
-
CustomFieldOptionCreate
Constructs a validated instance ofCustomFieldOptionCreate
.- Parameters:
spec
- the specification to process
-
CustomFieldOptionCreate
Constructs a validated instance ofCustomFieldOptionCreate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldOptionCreate(Consumer)
instead.- Parameters:
disabled
- Whether the option is disabled.optionId
- For cascading options, the ID of the custom field object containing the cascading option.value
- The value of the custom field option.
-
CustomFieldOptionCreate
protected CustomFieldOptionCreate()
-
-
Method Details
-
builder
-
disabled
Whether the option is disabled. -
optionId
For cascading options, the ID of the custom field object containing the cascading option. -
value
The value of the custom field option. -
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-