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
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContextDefaultValueMultipleOption(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.CustomFieldContextDefaultValueMultipleOptionBuilderbuilder()protected booleanThe ID of the context.The ID of the context.booleaninthashCode()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
-