Klasse CustomFieldContextOption
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextOption
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextOption
extends Object
CustomFieldContextOption
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Boolean
Whether the option is disabled.protected String
The ID of the custom field option.protected String
For cascading options, the ID of the custom field option containing the cascading option.protected String
The value of the custom field option. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextOption
(Boolean disabled, String id, String optionId, String value) Constructs a validated instance ofCustomFieldContextOption
.Constructs a validated instance ofCustomFieldContextOption
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
CustomFieldContextOption
Constructs a validated instance ofCustomFieldContextOption
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
id
The ID of the custom field option.- Gibt zurück:
this
.
-
optionId
For cascading options, the ID of the custom field option containing the cascading option.- Gibt zurück:
this
.
-
value
The value of the custom field option.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-