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