Class CustomFieldContextDefaultValueMultipleOption
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValueMultipleOption
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueMultipleOption
extends Object
CustomFieldContextDefaultValueMultipleOption
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldContextDefaultValueMultipleOption
(String contextId, List<String> optionIds, String type) Constructs a validated instance ofCustomFieldContextDefaultValueMultipleOption
.CustomFieldContextDefaultValueMultipleOption
(Consumer<CustomFieldContextDefaultValueMultipleOption> spec) Constructs a validated instance ofCustomFieldContextDefaultValueMultipleOption
. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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()
-
Field Details
-
contextId
The ID of the context. -
optionIds
The list of IDs of the default options. -
type
-
-
Constructor Details
-
CustomFieldContextDefaultValueMultipleOption
public CustomFieldContextDefaultValueMultipleOption(Consumer<CustomFieldContextDefaultValueMultipleOption> spec) Constructs a validated instance ofCustomFieldContextDefaultValueMultipleOption
.- Parameters:
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.- Parameters:
contextId
- The ID of the context.optionIds
- The list of IDs of the default options.type
- type
-
CustomFieldContextDefaultValueMultipleOption
protected CustomFieldContextDefaultValueMultipleOption()
-
-
Method Details
-
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.- Returns:
this
.
-
optionIds
The list of IDs of the default options.- Returns:
this
.
-
type
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-