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