| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CustomForecastType |
CustomForecastType.CUSTOM_FORECAST |
| Modifier and Type | Method and Description |
|---|---|
static CustomForecastType |
CustomForecastType.fromValue(String value) |
CustomForecastType |
CustomForecastUpsertRequestData.getType()
The type of the custom forecast resource.
|
CustomForecastType |
CustomForecastResponseData.getType()
The type of the custom forecast resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomForecastType.CustomForecastTypeSerializer.serialize(CustomForecastType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CustomForecastUpsertRequestData.setType(CustomForecastType type) |
void |
CustomForecastResponseData.setType(CustomForecastType type) |
CustomForecastUpsertRequestData |
CustomForecastUpsertRequestData.type(CustomForecastType type) |
CustomForecastResponseData |
CustomForecastResponseData.type(CustomForecastType type) |
| Constructor and Description |
|---|
CustomForecastResponseData(CustomForecastResponseDataAttributes attributes,
String id,
CustomForecastType type) |
CustomForecastUpsertRequestData(CustomForecastUpsertRequestDataAttributes attributes,
CustomForecastType type) |
| Constructor and Description |
|---|
CustomForecastTypeSerializer(Class<CustomForecastType> t) |
Copyright © 2026. All rights reserved.