Class WorkflowRuleConfiguration
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowRuleConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowRuleConfiguration
extends Object
WorkflowRuleConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWorkflowRuleConfiguration
.Constructs a validated instance ofWorkflowRuleConfiguration
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
id
The ID of the rule. -
parameters
The parameters related to the rule. -
ruleKey
The rule key of the rule.
-
-
Constructor Details
-
WorkflowRuleConfiguration
Constructs a validated instance ofWorkflowRuleConfiguration
.- Parameters:
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.- Parameters:
id
- The ID of the rule.parameters
- The parameters related to the rule.ruleKey
- The rule key of the rule.
-
WorkflowRuleConfiguration
protected WorkflowRuleConfiguration()
-
-
Method Details
-
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.- Returns:
this
.
-
parameters
The parameters related to the rule.- Returns:
this
.
-
ruleKey
The rule key of the rule.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-