| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<DashboardUsage> |
DashboardsApi.listDashboardsUsageWithPagination()
Get usage stats for all dashboards.
|
PaginationIterable<DashboardUsage> |
DashboardsApi.listDashboardsUsageWithPagination(DashboardsApi.ListDashboardsUsageOptionalParameters parameters)
Get usage stats for all dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardUsage |
DashboardUsage.attributes(DashboardUsageAttributes attributes) |
DashboardUsage |
DashboardUsageResponse.getData()
A single dashboard usage record.
|
DashboardUsage |
DashboardUsage.id(String id) |
DashboardUsage |
DashboardUsage.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DashboardUsage |
DashboardUsage.type(DashboardUsageType type) |
| Modifier and Type | Method and Description |
|---|---|
List<DashboardUsage> |
ListDashboardsUsageResponse.getData()
Dashboard usage records, one per dashboard in the caller's organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsUsageResponse |
ListDashboardsUsageResponse.addDataItem(DashboardUsage dataItem) |
DashboardUsageResponse |
DashboardUsageResponse.data(DashboardUsage data) |
void |
DashboardUsageResponse.setData(DashboardUsage data) |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsUsageResponse |
ListDashboardsUsageResponse.data(List<DashboardUsage> data) |
void |
ListDashboardsUsageResponse.setData(List<DashboardUsage> data) |
| Constructor and Description |
|---|
DashboardUsageResponse(DashboardUsage data) |
| Constructor and Description |
|---|
ListDashboardsUsageResponse(List<DashboardUsage> data,
ListDashboardsUsageResponseMeta meta) |
Copyright © 2026. All rights reserved.