@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class RuleConfiguration extends Object
| Constructor and Description |
|---|
RuleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RuleConfiguration |
disabled(Boolean disabled) |
boolean |
equals(Object o) |
Boolean |
getDisabled()
Whether the rule is disabled.
|
String |
getTag()
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).
|
String |
getValue()
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.
|
int |
hashCode() |
void |
setDisabled(Boolean disabled) |
void |
setTag(String tag) |
void |
setValue(String value) |
RuleConfiguration |
tag(String tag) |
String |
toString() |
RuleConfiguration |
value(String value) |
public RuleConfiguration disabled(Boolean disabled)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public RuleConfiguration tag(String tag)
public String getTag()
public void setTag(String tag)
public RuleConfiguration value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.