| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ActionQueryType |
ActionQueryType.ACTION |
| Modifier and Type | Method and Description |
|---|---|
static ActionQueryType |
ActionQueryType.fromValue(String value) |
ActionQueryType |
ActionQuery.getType()
The action query type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionQueryType.ActionQueryTypeSerializer.serialize(ActionQueryType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ActionQuery.setType(ActionQueryType type) |
ActionQuery |
ActionQuery.type(ActionQueryType type) |
| Constructor and Description |
|---|
ActionQuery(UUID id,
String name,
ActionQueryProperties properties,
ActionQueryType type) |
| Constructor and Description |
|---|
ActionQueryTypeSerializer(Class<ActionQueryType> t) |
Copyright © 2025. All rights reserved.