| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentRuleExecutionType |
IncidentRuleExecutionType.MULTI_EXECUTION |
static IncidentRuleExecutionType |
IncidentRuleExecutionType.SINGLE_EXECUTION |
| Modifier and Type | Method and Description |
|---|---|
static IncidentRuleExecutionType |
IncidentRuleExecutionType.fromValue(Long value) |
IncidentRuleExecutionType |
IncidentRuleDataAttributesRequest.getExecutionType()
The execution type of an incident rule.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentRuleDataAttributesRequest |
IncidentRuleDataAttributesRequest.executionType(IncidentRuleExecutionType executionType) |
void |
IncidentRuleExecutionType.IncidentRuleExecutionTypeSerializer.serialize(IncidentRuleExecutionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentRuleDataAttributesRequest.setExecutionType(IncidentRuleExecutionType executionType) |
| Constructor and Description |
|---|
IncidentRuleDataAttributesRequest(IncidentRuleQueryCondition condition,
Long conditionTableType,
Boolean enabled,
IncidentRuleExecutionType executionType,
IncidentRuleTaskIDType taskId,
String taskPayload) |
| Constructor and Description |
|---|
IncidentRuleExecutionTypeSerializer(Class<IncidentRuleExecutionType> t) |
Copyright © 2026. All rights reserved.