Class AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder
- Enclosing class:
- AvailableWorkflowSystemRule
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The rule description.incompatibleRuleKeys
(List<String> incompatibleRuleKeys) List of rules that conflict with this one.isAvailableForInitialTransition
(Boolean isAvailableForInitialTransition) Whether the rule can be added added to an initial transition.Whether the rule is visible.The rule name.The rule key.The rule type.toString()
-
Method Details
-
description
public AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder description(String description) The rule description.- Returns:
this
.
-
incompatibleRuleKeys
public AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder incompatibleRuleKeys(List<String> incompatibleRuleKeys) List of rules that conflict with this one.- Returns:
this
.
-
isAvailableForInitialTransition
public AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder isAvailableForInitialTransition(Boolean isAvailableForInitialTransition) Whether the rule can be added added to an initial transition.- Returns:
this
.
-
isVisible
Whether the rule is visible.- Returns:
this
.
-
name
The rule name.- Returns:
this
.
-
ruleKey
The rule key.- Returns:
this
.
-
ruleType
public AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder ruleType(AvailableWorkflowSystemRule.RuleTypeEnum ruleType) The rule type.- Returns:
this
.
-
build
-
toString
-