Klasse CustomFieldContextDefaultValueSingleOption
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValueSingleOption
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueSingleOption
extends Object
CustomFieldContextDefaultValueSingleOption
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCustomFieldContextDefaultValueSingleOption(String contextId, String optionId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueSingleOption.CustomFieldContextDefaultValueSingleOption(Consumer<CustomFieldContextDefaultValueSingleOption> spec) Constructs a validated instance ofCustomFieldContextDefaultValueSingleOption. -
Methodenübersicht
-
Felddetails
-
contextId
The ID of the context. -
optionId
The ID of the default option. -
type
-
-
Konstruktordetails
-
CustomFieldContextDefaultValueSingleOption
public CustomFieldContextDefaultValueSingleOption(Consumer<CustomFieldContextDefaultValueSingleOption> spec) Constructs a validated instance ofCustomFieldContextDefaultValueSingleOption.- Parameter:
spec- the specification to process
-
CustomFieldContextDefaultValueSingleOption
@Internal public CustomFieldContextDefaultValueSingleOption(String contextId, String optionId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueSingleOption.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueSingleOption(Consumer)instead.- Parameter:
contextId- The ID of the context.optionId- The ID of the default option.type- var.name
-
CustomFieldContextDefaultValueSingleOption
protected CustomFieldContextDefaultValueSingleOption()
-
-
Methodendetails
-
builder
public static CustomFieldContextDefaultValueSingleOption.CustomFieldContextDefaultValueSingleOptionBuilder builder() -
contextId
The ID of the context. -
optionId
The ID of the default option. -
type
-
contextId
The ID of the context.- Gibt zurück:
this.
-
optionId
The ID of the default option.- Gibt zurück:
this.
-
type
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-