| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
StatusPageData |
StatusPageData.attributes(StatusPageDataAttributes attributes) |
StatusPageData |
StatusPage.getData()
The data object for a status page.
|
StatusPageData |
StatusPageData.id(UUID id) |
StatusPageData |
StatusPageData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
StatusPageData |
StatusPageData.relationships(StatusPageDataRelationships relationships) |
StatusPageData |
StatusPageData.type(StatusPageDataType type) |
| Modifier and Type | Method and Description |
|---|---|
List<StatusPageData> |
StatusPageArray.getData()
A list of status page data objects.
|
| Modifier and Type | Method and Description |
|---|---|
StatusPageArray |
StatusPageArray.addDataItem(StatusPageData dataItem) |
StatusPage |
StatusPage.data(StatusPageData data) |
void |
StatusPage.setData(StatusPageData data) |
| Modifier and Type | Method and Description |
|---|---|
StatusPageArray |
StatusPageArray.data(List<StatusPageData> data) |
void |
StatusPageArray.setData(List<StatusPageData> data) |
| Constructor and Description |
|---|
StatusPageArray(List<StatusPageData> data) |
Copyright © 2026. All rights reserved.