Class RuleConfiguration
java.lang.Object
io.github.primelib.jira4j.restv3.model.RuleConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RuleConfiguration
extends Object
RuleConfiguration
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
Whether the rule is disabled.protected String
A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).protected String
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RuleConfiguration
(Boolean disabled, String tag, String value) Constructs a validated instance ofRuleConfiguration
.Constructs a validated instance ofRuleConfiguration
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
disabled()
Whether the rule is disabled.Whether the rule is disabled.boolean
int
hashCode()
tag()
A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).toString()
value()
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.
-
Field Details
-
disabled
Whether the rule is disabled. -
tag
A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get). -
value
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.
-
-
Constructor Details
-
RuleConfiguration
Constructs a validated instance ofRuleConfiguration
.- Parameters:
spec
- the specification to process
-
RuleConfiguration
Constructs a validated instance ofRuleConfiguration
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RuleConfiguration(Consumer)
instead.- Parameters:
disabled
- Whether the rule is disabled.tag
- A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).value
- Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.
-
RuleConfiguration
protected RuleConfiguration()
-
-
Method Details
-
builder
-
disabled
Whether the rule is disabled. -
tag
A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get). -
value
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page. -
disabled
Whether the rule is disabled.- Returns:
this
.
-
tag
A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).- Returns:
this
.
-
value
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-