| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
WidgetData |
WidgetData.attributes(WidgetAttributes attributes) |
WidgetData |
WidgetResponse.getData()
A widget resource object.
|
WidgetData |
WidgetData.id(String id) |
WidgetData |
WidgetData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
WidgetData |
WidgetData.relationships(WidgetRelationships relationships) |
WidgetData |
WidgetData.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<WidgetData> |
WidgetListResponse.getData()
List of widget resources.
|
| Modifier and Type | Method and Description |
|---|---|
WidgetListResponse |
WidgetListResponse.addDataItem(WidgetData dataItem) |
WidgetResponse |
WidgetResponse.data(WidgetData data) |
void |
WidgetResponse.setData(WidgetData data) |
| Modifier and Type | Method and Description |
|---|---|
WidgetListResponse |
WidgetListResponse.data(List<WidgetData> data) |
void |
WidgetListResponse.setData(List<WidgetData> data) |
| Constructor and Description |
|---|
WidgetResponse(WidgetData data) |
| Constructor and Description |
|---|
WidgetListResponse(List<WidgetData> data) |
Copyright © 2026. All rights reserved.