Class WorkflowAssociationStatusMapping
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowAssociationStatusMapping
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowAssociationStatusMapping
extends Object
WorkflowAssociationStatusMapping
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowAssociationStatusMapping
(String newStatusId, String oldStatusId) Constructs a validated instance ofWorkflowAssociationStatusMapping
.Constructs a validated instance ofWorkflowAssociationStatusMapping
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
The ID of the status in the new workflow.newStatusId
(String newStatusId) The ID of the status in the new workflow.The ID of the status in the old workflow that isn't present in the new workflow.oldStatusId
(String oldStatusId) The ID of the status in the old workflow that isn't present in the new workflow.toString()
-
Field Details
-
newStatusId
The ID of the status in the new workflow. -
oldStatusId
The ID of the status in the old workflow that isn't present in the new workflow.
-
-
Constructor Details
-
WorkflowAssociationStatusMapping
Constructs a validated instance ofWorkflowAssociationStatusMapping
.- Parameters:
spec
- the specification to process
-
WorkflowAssociationStatusMapping
Constructs a validated instance ofWorkflowAssociationStatusMapping
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowAssociationStatusMapping(Consumer)
instead.- Parameters:
newStatusId
- The ID of the status in the new workflow.oldStatusId
- The ID of the status in the old workflow that isn't present in the new workflow.
-
WorkflowAssociationStatusMapping
protected WorkflowAssociationStatusMapping()
-
-
Method Details
-
builder
-
newStatusId
The ID of the status in the new workflow. -
oldStatusId
The ID of the status in the old workflow that isn't present in the new workflow. -
newStatusId
The ID of the status in the new workflow.- Returns:
this
.
-
oldStatusId
The ID of the status in the old workflow that isn't present in the new workflow.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-