Class WorkflowSchemeProjectAssociation
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeProjectAssociation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeProjectAssociation
extends Object
WorkflowSchemeProjectAssociation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowSchemeProjectAssociation
(String projectId, String workflowSchemeId) Constructs a validated instance ofWorkflowSchemeProjectAssociation
.Constructs a validated instance ofWorkflowSchemeProjectAssociation
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
The ID of the project.The ID of the project.toString()
The ID of the workflow scheme.workflowSchemeId
(String workflowSchemeId) The ID of the workflow scheme.
-
Field Details
-
projectId
The ID of the project. -
workflowSchemeId
The ID of the workflow scheme. If the workflow scheme ID isnull
, the operation assigns the default workflow scheme.
-
-
Constructor Details
-
WorkflowSchemeProjectAssociation
Constructs a validated instance ofWorkflowSchemeProjectAssociation
.- Parameters:
spec
- the specification to process
-
WorkflowSchemeProjectAssociation
Constructs a validated instance ofWorkflowSchemeProjectAssociation
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeProjectAssociation(Consumer)
instead.- Parameters:
projectId
- The ID of the project.workflowSchemeId
- The ID of the workflow scheme. If the workflow scheme ID isnull
, the operation assigns the default workflow scheme.
-
WorkflowSchemeProjectAssociation
protected WorkflowSchemeProjectAssociation()
-
-
Method Details
-
builder
-
projectId
The ID of the project. -
workflowSchemeId
The ID of the workflow scheme. If the workflow scheme ID isnull
, the operation assigns the default workflow scheme. -
projectId
The ID of the project.- Returns:
this
.
-
workflowSchemeId
The ID of the workflow scheme. If the workflow scheme ID isnull
, the operation assigns the default workflow scheme.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-