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