| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardTab |
DashboardTab.addWidgetIdsItem(Long widgetIdsItem) |
DashboardTab |
DashboardTab.id(UUID id) |
DashboardTab |
DashboardTab.name(String name) |
DashboardTab |
DashboardTab.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DashboardTab |
DashboardTab.widgetIds(List<Long> widgetIds) |
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<List<DashboardTab>> |
Dashboard.getTabs_JsonNullable() |
List<DashboardTab> |
Dashboard.getTabs()
List of tabs for organizing dashboard widgets into groups.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
Dashboard.addTabsItem(DashboardTab tabsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
Dashboard.setTabs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<DashboardTab>> tabs) |
void |
Dashboard.setTabs(List<DashboardTab> tabs) |
Dashboard |
Dashboard.tabs(List<DashboardTab> tabs) |
Copyright © 2026. All rights reserved.