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