| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CaseAutomationRuleState |
CaseAutomationRuleState.DISABLED |
static CaseAutomationRuleState |
CaseAutomationRuleState.ENABLED |
| Modifier and Type | Method and Description |
|---|---|
static CaseAutomationRuleState |
CaseAutomationRuleState.fromValue(String value) |
CaseAutomationRuleState |
AutomationRuleCreateAttributes.getState()
Whether the automation rule is active.
|
CaseAutomationRuleState |
AutomationRuleAttributes.getState()
Whether the automation rule is active.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaseAutomationRuleState.CaseAutomationRuleStateSerializer.serialize(CaseAutomationRuleState value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AutomationRuleCreateAttributes.setState(CaseAutomationRuleState state) |
void |
AutomationRuleAttributes.setState(CaseAutomationRuleState state) |
AutomationRuleCreateAttributes |
AutomationRuleCreateAttributes.state(CaseAutomationRuleState state) |
AutomationRuleAttributes |
AutomationRuleAttributes.state(CaseAutomationRuleState state) |
| Constructor and Description |
|---|
AutomationRuleAttributes(AutomationRuleAction action,
OffsetDateTime createdAt,
String name,
CaseAutomationRuleState state,
AutomationRuleTrigger trigger) |
| Constructor and Description |
|---|
CaseAutomationRuleStateSerializer(Class<CaseAutomationRuleState> t) |
Copyright © 2026. All rights reserved.