| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DatasetType |
DatasetType.DATASET |
| Modifier and Type | Method and Description |
|---|---|
static DatasetType |
DatasetType.fromValue(String value) |
DatasetType |
DatasetResponse.getType()
Resource type, always set to
dataset. |
DatasetType |
DatasetRequest.getType()
Resource type, always set to
dataset. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetType.DatasetTypeSerializer.serialize(DatasetType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DatasetResponse.setType(DatasetType type) |
void |
DatasetRequest.setType(DatasetType type) |
DatasetResponse |
DatasetResponse.type(DatasetType type) |
DatasetRequest |
DatasetRequest.type(DatasetType type) |
| Constructor and Description |
|---|
DatasetRequest(DatasetAttributesRequest attributes,
DatasetType type) |
| Constructor and Description |
|---|
DatasetTypeSerializer(Class<DatasetType> t) |
Copyright © 2026. All rights reserved.