Class RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder
- Enclosing class:
- RequiredMappingByWorkflows
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
sourceWorkflowId
(String sourceWorkflowId) The ID of the source workflow.The status IDs requiring mapping.targetWorkflowId
(String targetWorkflowId) The ID of the target workflow.toString()
-
Method Details
-
sourceWorkflowId
public RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder sourceWorkflowId(String sourceWorkflowId) The ID of the source workflow.- Returns:
this
.
-
statusIds
public RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder statusIds(Set<String> statusIds) The status IDs requiring mapping.- Returns:
this
.
-
targetWorkflowId
public RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder targetWorkflowId(String targetWorkflowId) The ID of the target workflow.- Returns:
this
.
-
build
-
toString
-