Klasse WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder
- Umschließende Klasse:
WorkflowAssociationStatusMapping
public static class WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
newStatusId
public WorkflowAssociationStatusMapping.WorkflowAssociationStatusMappingBuilder newStatusId(String newStatusId) The ID of the status in the new workflow.- Gibt zurück:
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.- Gibt zurück:
this
.
-
build
-
toString
-