Klasse CustomFieldContextDefaultValueCascadingOption
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueCascadingOption
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueCascadingOption
extends Object
CustomFieldContextDefaultValueCascadingOption
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextDefaultValueCascadingOption
(String cascadingOptionId, String contextId, String optionId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueCascadingOption
.CustomFieldContextDefaultValueCascadingOption
(Consumer<CustomFieldContextDefaultValueCascadingOption> spec) Constructs a validated instance ofCustomFieldContextDefaultValueCascadingOption
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CustomFieldContextDefaultValueCascadingOption.CustomFieldContextDefaultValueCascadingOptionBuilder
builder()
protected boolean
The ID of the default cascading option.cascadingOptionId
(String cascadingOptionId) The ID of the default cascading option.The ID of the context.The ID of the context.boolean
int
hashCode()
optionId()
The ID of the default option.The ID of the default option.toString()
type()
-
Felddetails
-
cascadingOptionId
The ID of the default cascading option. -
contextId
The ID of the context. -
optionId
The ID of the default option. -
type
-
-
Konstruktordetails
-
CustomFieldContextDefaultValueCascadingOption
public CustomFieldContextDefaultValueCascadingOption(Consumer<CustomFieldContextDefaultValueCascadingOption> spec) Constructs a validated instance ofCustomFieldContextDefaultValueCascadingOption
.- Parameter:
spec
- the specification to process
-
CustomFieldContextDefaultValueCascadingOption
@Internal public CustomFieldContextDefaultValueCascadingOption(String cascadingOptionId, String contextId, String optionId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueCascadingOption
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueCascadingOption(Consumer)
instead.- Parameter:
cascadingOptionId
- The ID of the default cascading option.contextId
- The ID of the context.optionId
- The ID of the default option.type
- var.name
-
CustomFieldContextDefaultValueCascadingOption
protected CustomFieldContextDefaultValueCascadingOption()
-
-
Methodendetails
-
builder
-
cascadingOptionId
The ID of the default cascading option. -
contextId
The ID of the context. -
optionId
The ID of the default option. -
type
-
cascadingOptionId
The ID of the default cascading option.- Gibt zurück:
this
.
-
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
-