Class AvailableWorkflowConnectRule.AvailableWorkflowConnectRuleBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.AvailableWorkflowConnectRule.AvailableWorkflowConnectRuleBuilder
- Enclosing class:
- AvailableWorkflowConnectRule
-
Method Summary
Modifier and TypeMethodDescriptionThe add-on providing the rule.build()
The URL creation path segment defined in the Connect module.description
(String description) The rule description.The URL edit path segment defined in the Connect module.The module providing the rule.The rule name.The rule key.The rule type.toString()
The URL view path segment defined in the Connect module.
-
Method Details
-
addonKey
The add-on providing the rule.- Returns:
this
.
-
createUrl
The URL creation path segment defined in the Connect module.- Returns:
this
.
-
description
public AvailableWorkflowConnectRule.AvailableWorkflowConnectRuleBuilder description(String description) The rule description.- Returns:
this
.
-
editUrl
The URL edit path segment defined in the Connect module.- Returns:
this
.
-
moduleKey
The module providing the rule.- Returns:
this
.
-
name
The rule name.- Returns:
this
.
-
ruleKey
The rule key.- Returns:
this
.
-
ruleType
public AvailableWorkflowConnectRule.AvailableWorkflowConnectRuleBuilder ruleType(AvailableWorkflowConnectRule.RuleTypeEnum ruleType) The rule type.- Returns:
this
.
-
viewUrl
The URL view path segment defined in the Connect module.- Returns:
this
.
-
build
-
toString
-