Klasse WorkflowRuleConfiguration
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowRuleConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowRuleConfiguration
extends Object
WorkflowRuleConfiguration
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowRuleConfiguration
.Constructs a validated instance ofWorkflowRuleConfiguration
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The ID of the rule.The ID of the rule.The parameters related to the rule.parameters
(Map<String, String> parameters) The parameters related to the rule.ruleKey()
The rule key of the rule.The rule key of the rule.toString()
-
Felddetails
-
id
The ID of the rule. -
parameters
The parameters related to the rule. -
ruleKey
The rule key of the rule.
-
-
Konstruktordetails
-
WorkflowRuleConfiguration
Constructs a validated instance ofWorkflowRuleConfiguration
.- Parameter:
spec
- the specification to process
-
WorkflowRuleConfiguration
@Internal public WorkflowRuleConfiguration(String id, Map<String, String> parameters, String ruleKey) Constructs a validated instance ofWorkflowRuleConfiguration
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowRuleConfiguration(Consumer)
instead.- Parameter:
id
- The ID of the rule.parameters
- The parameters related to the rule.ruleKey
- The rule key of the rule.
-
WorkflowRuleConfiguration
protected WorkflowRuleConfiguration()
-
-
Methodendetails
-
builder
-
id
The ID of the rule. -
parameters
The parameters related to the rule. -
ruleKey
The rule key of the rule. -
id
The ID of the rule.- Gibt zurück:
this
.
-
parameters
The parameters related to the rule.- Gibt zurück:
this
.
-
ruleKey
The rule key of the rule.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-