Klasse RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder
- Umschließende Klasse:
RequiredMappingByWorkflows
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()sourceWorkflowId(String sourceWorkflowId) The ID of the source workflow.The status IDs requiring mapping.targetWorkflowId(String targetWorkflowId) The ID of the target workflow.toString()
-
Methodendetails
-
sourceWorkflowId
public RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder sourceWorkflowId(String sourceWorkflowId) The ID of the source workflow.- Gibt zurück:
this.
-
statusIds
public RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder statusIds(Set<String> statusIds) The status IDs requiring mapping.- Gibt zurück:
this.
-
targetWorkflowId
public RequiredMappingByWorkflows.RequiredMappingByWorkflowsBuilder targetWorkflowId(String targetWorkflowId) The ID of the target workflow.- Gibt zurück:
this.
-
build
-
toString
-