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