Klasse CustomFieldOptionUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldOptionUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldOptionUpdate
extends Object
CustomFieldOptionUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldOptionUpdate
(Boolean disabled, String id, String value) Constructs a validated instance ofCustomFieldOptionUpdate
.Constructs a validated instance ofCustomFieldOptionUpdate
. -
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.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. -
value
The value of the custom field option.
-
-
Konstruktordetails
-
CustomFieldOptionUpdate
Constructs a validated instance ofCustomFieldOptionUpdate
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
id
The ID of the custom field option.- Gibt zurück:
this
.
-
value
The value of the custom field option.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-