Class WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder
- Enclosing class:
- WorkflowTransitionRulesDetails
public static class WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()toString()workflowId(WorkflowId workflowId) workflowRuleIds(Set<String> workflowRuleIds) The list of connect workflow rule IDs.
-
Method Details
-
workflowId
public WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder workflowId(WorkflowId workflowId) - Returns:
this.
-
workflowRuleIds
public WorkflowTransitionRulesDetails.WorkflowTransitionRulesDetailsBuilder workflowRuleIds(Set<String> workflowRuleIds) The list of connect workflow rule IDs.- Returns:
this.
-
build
-
toString
-