Class WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder
- Enclosing class:
- WorkflowAssociationStatusMapping
public static class WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
newStatusId
(String newStatusId) The ID of the status 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()
-
Method Details
-
newStatusId
public WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder newStatusId(String newStatusId) The ID of the status in the new workflow.- Returns:
this
.
-
oldStatusId
public WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder oldStatusId(String oldStatusId) The ID of the status in the old workflow that isn't present in the new workflow.- Returns:
this
.
-
build
-
toString
-