Klasse CustomFieldOptionCreate
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldOptionCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldOptionCreate
extends Object
CustomFieldOptionCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldOptionCreate
(Boolean disabled, String optionId, String value) Constructs a validated instance ofCustomFieldOptionCreate
.Constructs a validated instance ofCustomFieldOptionCreate
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
CustomFieldOptionCreate
Constructs a validated instance ofCustomFieldOptionCreate
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
optionId
For cascading options, the ID of the custom field object 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
-