Klasse AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder
- Umschließende Klasse:
AvailableWorkflowSystemRule
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
description
public AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder description(String description) The rule description.- Gibt zurück:
this
.
-
incompatibleRuleKeys
public AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder incompatibleRuleKeys(List<String> incompatibleRuleKeys) List of rules that conflict with this one.- Gibt zurück:
this
.
-
isAvailableForInitialTransition
public AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder isAvailableForInitialTransition(Boolean isAvailableForInitialTransition) Whether the rule can be added added to an initial transition.- Gibt zurück:
this
.
-
isVisible
Whether the rule is visible.- Gibt zurück:
this
.
-
name
The rule name.- Gibt zurück:
this
.
-
ruleKey
The rule key.- Gibt zurück:
this
.
-
ruleType
public AvailableWorkflowSystemRule.AvailableWorkflowSystemRuleBuilder ruleType(AvailableWorkflowSystemRule.RuleTypeEnum ruleType) The rule type.- Gibt zurück:
this
.
-
build
-
toString
-