Klasse RuleConfiguration
java.lang.Object
io.github.primelib.jira4j.restv3.model.RuleConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RuleConfiguration
extends Object
RuleConfiguration
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Boolean
EXPERIMENTAL: Whether the rule is disabled.protected String
EXPERIMENTAL: 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RuleConfiguration
(Boolean disabled, String tag, String value) Constructs a validated instance ofRuleConfiguration
.Constructs a validated instance ofRuleConfiguration
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
disabled()
EXPERIMENTAL: Whether the rule is disabled.EXPERIMENTAL: Whether the rule is disabled.boolean
int
hashCode()
tag()
EXPERIMENTAL: 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).EXPERIMENTAL: 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.
-
Felddetails
-
disabled
EXPERIMENTAL: Whether the rule is disabled. -
tag
EXPERIMENTAL: 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.
-
-
Konstruktordetails
-
RuleConfiguration
Constructs a validated instance ofRuleConfiguration
.- Parameter:
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.- Parameter:
disabled
- EXPERIMENTAL: Whether the rule is disabled.tag
- EXPERIMENTAL: 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()
-
-
Methodendetails
-
builder
-
disabled
EXPERIMENTAL: Whether the rule is disabled. -
tag
EXPERIMENTAL: 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
EXPERIMENTAL: Whether the rule is disabled.- Gibt zurück:
this
.
-
tag
EXPERIMENTAL: 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).- Gibt zurück:
this
.
-
value
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-