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 classstatic enumThe rule type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe add-on providing the rule.protected StringThe URL creation path segment defined in the Connect module.protected StringThe rule description.protected StringThe URL edit path segment defined in the Connect module.protected StringThe module providing the rule.protected StringThe rule name.protected StringThe rule key.The rule type.protected StringThe URL view path segment defined in the Connect module. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAvailableWorkflowConnectRule(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 booleanThe 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.booleaninthashCode()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
-