Class WorkflowCompoundCondition.WorkflowCompoundConditionBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCompoundCondition.WorkflowCompoundConditionBuilder
- Enclosing class:
- WorkflowCompoundCondition
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
conditions
(List<WorkflowCondition> conditions) The list of workflow conditions.The compound condition operator.toString()
-
Method Details
-
conditions
public WorkflowCompoundCondition.WorkflowCompoundConditionBuilder conditions(List<WorkflowCondition> conditions) The list of workflow conditions.- Returns:
this
.
-
nodeType
- Returns:
this
.
-
operator
public WorkflowCompoundCondition.WorkflowCompoundConditionBuilder operator(WorkflowCompoundCondition.OperatorEnum operator) The compound condition operator.- Returns:
this
.
-
build
-
toString
-