| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DataTransformType |
DataTransformType.DATATRANSFORM |
| Modifier and Type | Method and Description |
|---|---|
static DataTransformType |
DataTransformType.fromValue(String value) |
DataTransformType |
DataTransform.getType()
The data transform type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTransformType.DataTransformTypeSerializer.serialize(DataTransformType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DataTransform.setType(DataTransformType type) |
DataTransform |
DataTransform.type(DataTransformType type) |
| Constructor and Description |
|---|
DataTransform(UUID id,
String name,
DataTransformProperties properties,
DataTransformType type) |
| Constructor and Description |
|---|
DataTransformTypeSerializer(Class<DataTransformType> t) |
Copyright © 2026. All rights reserved.