| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomForecastEntry |
CustomForecastEntry.addTagFiltersItem(CustomForecastEntryTagFilter tagFiltersItem) |
CustomForecastEntry |
CustomForecastEntry.amount(Double amount) |
CustomForecastEntry |
CustomForecastEntry.month(Long month) |
CustomForecastEntry |
CustomForecastEntry.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CustomForecastEntry |
CustomForecastEntry.tagFilters(List<CustomForecastEntryTagFilter> tagFilters) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomForecastEntry> |
CustomForecastUpsertRequestDataAttributes.getEntries()
Monthly custom forecast entries.
|
List<CustomForecastEntry> |
CustomForecastResponseDataAttributes.getEntries()
Monthly custom forecast entries.
|
| Modifier and Type | Method and Description |
|---|---|
CustomForecastUpsertRequestDataAttributes |
CustomForecastUpsertRequestDataAttributes.addEntriesItem(CustomForecastEntry entriesItem) |
CustomForecastResponseDataAttributes |
CustomForecastResponseDataAttributes.addEntriesItem(CustomForecastEntry entriesItem) |
| Modifier and Type | Method and Description |
|---|---|
CustomForecastUpsertRequestDataAttributes |
CustomForecastUpsertRequestDataAttributes.entries(List<CustomForecastEntry> entries) |
CustomForecastResponseDataAttributes |
CustomForecastResponseDataAttributes.entries(List<CustomForecastEntry> entries) |
void |
CustomForecastUpsertRequestDataAttributes.setEntries(List<CustomForecastEntry> entries) |
void |
CustomForecastResponseDataAttributes.setEntries(List<CustomForecastEntry> entries) |
| Constructor and Description |
|---|
CustomForecastResponseDataAttributes(String budgetUid,
Long createdAt,
String createdBy,
List<CustomForecastEntry> entries,
Long updatedAt,
String updatedBy) |
CustomForecastUpsertRequestDataAttributes(String budgetUid,
List<CustomForecastEntry> entries) |
Copyright © 2026. All rights reserved.