Klasse AvailableWorkflowConnectRule
java.lang.Object
io.github.primelib.jira4j.restv2.model.AvailableWorkflowConnectRule
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AvailableWorkflowConnectRule
extends Object
AvailableWorkflowConnectRule
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The rule type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The add-on providing the rule.protected String
The URL creation path segment defined in the Connect module.protected String
The rule description.protected String
The URL edit path segment defined in the Connect module.protected String
The module providing the rule.protected String
The rule name.protected String
The rule key.The rule type.protected String
The URL view path segment defined in the Connect module. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AvailableWorkflowConnectRule
(String addonKey, String createUrl, String description, String editUrl, String moduleKey, String name, String ruleKey, AvailableWorkflowConnectRule.RuleTypeEnum ruleType, String viewUrl) Constructs a validated instance ofAvailableWorkflowConnectRule
.Constructs a validated instance ofAvailableWorkflowConnectRule
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddonKey()
The add-on providing the rule.The add-on providing the rule.builder()
protected boolean
The URL creation path segment defined in the Connect module.The URL creation path segment defined in the Connect module.The rule description.description
(String description) The rule description.editUrl()
The URL edit path segment defined in the Connect module.The URL edit path segment defined in the Connect module.boolean
int
hashCode()
The module providing the rule.The module providing the rule.name()
The rule name.The rule name.ruleKey()
The rule key.The rule key.ruleType()
The rule type.The rule type.toString()
viewUrl()
The URL view path segment defined in the Connect module.The URL view path segment defined in the Connect module.
-
Felddetails
-
addonKey
The add-on providing the rule. -
createUrl
The URL creation path segment defined in the Connect module. -
description
The rule description. -
editUrl
The URL edit path segment defined in the Connect module. -
moduleKey
The module providing the rule. -
name
The rule name. -
ruleKey
The rule key. -
ruleType
The rule type. -
viewUrl
The URL view path segment defined in the Connect module.
-
-
Konstruktordetails
-
AvailableWorkflowConnectRule
Constructs a validated instance ofAvailableWorkflowConnectRule
.- Parameter:
spec
- the specification to process
-
AvailableWorkflowConnectRule
@Internal public AvailableWorkflowConnectRule(String addonKey, String createUrl, String description, String editUrl, String moduleKey, String name, String ruleKey, AvailableWorkflowConnectRule.RuleTypeEnum ruleType, String viewUrl) Constructs a validated instance ofAvailableWorkflowConnectRule
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AvailableWorkflowConnectRule(Consumer)
instead.- Parameter:
addonKey
- The add-on providing the rule.createUrl
- The URL creation path segment defined in the Connect module.description
- The rule description.editUrl
- The URL edit path segment defined in the Connect module.moduleKey
- The module providing the rule.name
- The rule name.ruleKey
- The rule key.ruleType
- The rule type.viewUrl
- The URL view path segment defined in the Connect module.
-
AvailableWorkflowConnectRule
protected AvailableWorkflowConnectRule()
-
-
Methodendetails
-
builder
-
addonKey
The add-on providing the rule. -
createUrl
The URL creation path segment defined in the Connect module. -
description
The rule description. -
editUrl
The URL edit path segment defined in the Connect module. -
moduleKey
The module providing the rule. -
name
The rule name. -
ruleKey
The rule key. -
ruleType
The rule type. -
viewUrl
The URL view path segment defined in the Connect module. -
addonKey
The add-on providing the rule.- Gibt zurück:
this
.
-
createUrl
The URL creation path segment defined in the Connect module.- Gibt zurück:
this
.
-
description
The rule description.- Gibt zurück:
this
.
-
editUrl
The URL edit path segment defined in the Connect module.- Gibt zurück:
this
.
-
moduleKey
The module providing the rule.- Gibt zurück:
this
.
-
name
The rule name.- Gibt zurück:
this
.
-
ruleKey
The rule key.- Gibt zurück:
this
.
-
ruleType
The rule type.- Gibt zurück:
this
.
-
viewUrl
The URL view path segment defined in the Connect module.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-