Class MappingsByWorkflow.MappingsByWorkflowBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.MappingsByWorkflow.MappingsByWorkflowBuilder
- Enclosing class:
- MappingsByWorkflow
-
Method Summary
Modifier and TypeMethodDescriptionbuild()newWorkflowId(String newWorkflowId) The ID of the new workflow.oldWorkflowId(String oldWorkflowId) The ID of the old workflow.statusMappings(List<WorkflowAssociationStatusMapping> statusMappings) The list of status mappings.toString()
-
Method Details
-
newWorkflowId
The ID of the new workflow.- Returns:
this.
-
oldWorkflowId
The ID of the old workflow.- Returns:
this.
-
statusMappings
public MappingsByWorkflow.MappingsByWorkflowBuilder statusMappings(List<WorkflowAssociationStatusMapping> statusMappings) The list of status mappings.- Returns:
this.
-
build
-
toString
-