Class WorkflowSchemeAssociation
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowSchemeAssociation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeAssociation
extends Object
WorkflowSchemeAssociation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionThe issue types assigned to the workflow.protected StringThe ID of the workflow. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofWorkflowSchemeAssociation.WorkflowSchemeAssociation(Set<String> issueTypeIds, String workflowId) Constructs a validated instance ofWorkflowSchemeAssociation. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()The issue types assigned to the workflow.issueTypeIds(Set<String> issueTypeIds) The issue types assigned to the workflow.toString()The ID of the workflow.workflowId(String workflowId) The ID of the workflow.
-
Field Details
-
issueTypeIds
The issue types assigned to the workflow. -
workflowId
The ID of the workflow.
-
-
Constructor Details
-
WorkflowSchemeAssociation
Constructs a validated instance ofWorkflowSchemeAssociation.- Parameters:
spec- the specification to process
-
WorkflowSchemeAssociation
Constructs a validated instance ofWorkflowSchemeAssociation.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeAssociation(Consumer)instead.- Parameters:
issueTypeIds- The issue types assigned to the workflow.workflowId- The ID of the workflow.
-
WorkflowSchemeAssociation
protected WorkflowSchemeAssociation()
-
-
Method Details
-
builder
-
issueTypeIds
The issue types assigned to the workflow. -
workflowId
The ID of the workflow. -
issueTypeIds
The issue types assigned to the workflow.- Returns:
this.
-
workflowId
The ID of the workflow.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-