| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AutomationRuleActorType |
AutomationRuleActorType.SYSTEM |
static AutomationRuleActorType |
AutomationRuleActorType.USER |
| Modifier and Type | Method and Description |
|---|---|
static AutomationRuleActorType |
AutomationRuleActorType.fromValue(String value) |
AutomationRuleActorType |
AutomationRuleModifiedBy.getType()
Whether the actor is a user or the Datadog system.
|
AutomationRuleActorType |
AutomationRuleCreatedBy.getType()
Whether the actor is a user or the Datadog system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationRuleActorType.AutomationRuleActorTypeSerializer.serialize(AutomationRuleActorType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AutomationRuleModifiedBy.setType(AutomationRuleActorType type) |
void |
AutomationRuleCreatedBy.setType(AutomationRuleActorType type) |
AutomationRuleModifiedBy |
AutomationRuleModifiedBy.type(AutomationRuleActorType type) |
AutomationRuleCreatedBy |
AutomationRuleCreatedBy.type(AutomationRuleActorType type) |
| Constructor and Description |
|---|
AutomationRuleCreatedBy(String id,
String name,
AutomationRuleActorType type) |
AutomationRuleModifiedBy(String id,
String name,
AutomationRuleActorType type) |
| Constructor and Description |
|---|
AutomationRuleActorTypeSerializer(Class<AutomationRuleActorType> t) |
Copyright © 2026. All rights reserved.