| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static QueryType |
QueryType.ACTION |
static QueryType |
QueryType.DATATRANSFORM |
static QueryType |
QueryType.STATEVARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static QueryType |
QueryType.fromValue(String value) |
QueryType |
Query.getType()
The definition of
QueryType object. |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryType.QueryTypeSerializer.serialize(QueryType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Query.setType(QueryType type) |
Query |
Query.type(QueryType type) |
| Constructor and Description |
|---|
Query(String id,
String name,
QueryType type) |
| Constructor and Description |
|---|
QueryTypeSerializer(Class<QueryType> t) |
Copyright © 2024. All rights reserved.