Klasse CustomFieldOption
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldOption
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldOption
extends Object
CustomFieldOption
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldOption
(URI self, String value) Constructs a validated instance ofCustomFieldOption
.Constructs a validated instance ofCustomFieldOption
. -
Methodenübersicht
-
Felddetails
-
self
The URL of these custom field option details. -
value
The value of the custom field option.
-
-
Konstruktordetails
-
CustomFieldOption
Constructs a validated instance ofCustomFieldOption
.- Parameter:
spec
- the specification to process
-
CustomFieldOption
Constructs a validated instance ofCustomFieldOption
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldOption(Consumer)
instead.- Parameter:
self
- The URL of these custom field option details.value
- The value of the custom field option.
-
CustomFieldOption
protected CustomFieldOption()
-
-
Methodendetails
-
builder
-
self
The URL of these custom field option details. -
value
The value of the custom field option. -
self
The URL of these custom field option details.- Gibt zurück:
this
.
-
value
The value of the custom field option.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-