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