Klasse WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder
- Umschließende Klasse:
WorkflowTransitionRulesDetails
public static class WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
toString()
workflowId
(WorkflowId workflowId) workflowRuleIds
(Set<String> workflowRuleIds) The list of connect workflow rule IDs.
-
Methodendetails
-
workflowId
public WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder workflowId(WorkflowId workflowId) - Gibt zurück:
this
.
-
workflowRuleIds
public WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder workflowRuleIds(Set<String> workflowRuleIds) The list of connect workflow rule IDs.- Gibt zurück:
this
.
-
build
-
toString
-