Class CustomFieldContextDefaultValueMultipleGroupPicker
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValueMultipleGroupPicker
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueMultipleGroupPicker
extends Object
CustomFieldContextDefaultValueMultipleGroupPicker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContextDefaultValueMultipleGroupPicker(String contextId, Set<String> groupIds, String type) Constructs a validated instance ofCustomFieldContextDefaultValueMultipleGroupPicker.CustomFieldContextDefaultValueMultipleGroupPicker(Consumer<CustomFieldContextDefaultValueMultipleGroupPicker> spec) Constructs a validated instance ofCustomFieldContextDefaultValueMultipleGroupPicker. -
Method Summary
-
Field Details
-
contextId
The ID of the context. -
groupIds
The IDs of the default groups. -
type
-
-
Constructor Details
-
CustomFieldContextDefaultValueMultipleGroupPicker
public CustomFieldContextDefaultValueMultipleGroupPicker(Consumer<CustomFieldContextDefaultValueMultipleGroupPicker> spec) Constructs a validated instance ofCustomFieldContextDefaultValueMultipleGroupPicker.- Parameters:
spec- the specification to process
-
CustomFieldContextDefaultValueMultipleGroupPicker
@Internal public CustomFieldContextDefaultValueMultipleGroupPicker(String contextId, Set<String> groupIds, String type) Constructs a validated instance ofCustomFieldContextDefaultValueMultipleGroupPicker.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueMultipleGroupPicker(Consumer)instead.- Parameters:
contextId- The ID of the context.groupIds- The IDs of the default groups.type- type
-
CustomFieldContextDefaultValueMultipleGroupPicker
protected CustomFieldContextDefaultValueMultipleGroupPicker()
-
-
Method Details
-
builder
-
contextId
The ID of the context. -
groupIds
The IDs of the default groups. -
type
-
contextId
The ID of the context.- Returns:
this.
-
groupIds
The IDs of the default groups.- Returns:
this.
-
type
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-