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