| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static StatusPageDataType |
StatusPageDataType.STATUS_PAGES |
| Modifier and Type | Method and Description |
|---|---|
static StatusPageDataType |
StatusPageDataType.fromValue(String value) |
StatusPageDataType |
StatusPagesComponentGroupRelationshipsStatusPageData.getType()
Status pages resource type.
|
StatusPageDataType |
StatusPagesComponentDataRelationshipsStatusPageData.getType()
Status pages resource type.
|
StatusPageDataType |
StatusPageData.getType()
Status pages resource type.
|
StatusPageDataType |
StatusPageAsIncluded.getType()
Status pages resource type.
|
StatusPageDataType |
PatchStatusPageRequestData.getType()
Status pages resource type.
|
StatusPageDataType |
MaintenanceDataRelationshipsStatusPageData.getType()
Status pages resource type.
|
StatusPageDataType |
DegradationDataRelationshipsStatusPageData.getType()
Status pages resource type.
|
StatusPageDataType |
CreateStatusPageRequestData.getType()
Status pages resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusPageDataType.StatusPageDataTypeSerializer.serialize(StatusPageDataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
StatusPagesComponentGroupRelationshipsStatusPageData.setType(StatusPageDataType type) |
void |
StatusPagesComponentDataRelationshipsStatusPageData.setType(StatusPageDataType type) |
void |
StatusPageData.setType(StatusPageDataType type) |
void |
StatusPageAsIncluded.setType(StatusPageDataType type) |
void |
PatchStatusPageRequestData.setType(StatusPageDataType type) |
void |
MaintenanceDataRelationshipsStatusPageData.setType(StatusPageDataType type) |
void |
DegradationDataRelationshipsStatusPageData.setType(StatusPageDataType type) |
void |
CreateStatusPageRequestData.setType(StatusPageDataType type) |
StatusPagesComponentGroupRelationshipsStatusPageData |
StatusPagesComponentGroupRelationshipsStatusPageData.type(StatusPageDataType type) |
StatusPagesComponentDataRelationshipsStatusPageData |
StatusPagesComponentDataRelationshipsStatusPageData.type(StatusPageDataType type) |
StatusPageData |
StatusPageData.type(StatusPageDataType type) |
StatusPageAsIncluded |
StatusPageAsIncluded.type(StatusPageDataType type) |
PatchStatusPageRequestData |
PatchStatusPageRequestData.type(StatusPageDataType type) |
MaintenanceDataRelationshipsStatusPageData |
MaintenanceDataRelationshipsStatusPageData.type(StatusPageDataType type) |
DegradationDataRelationshipsStatusPageData |
DegradationDataRelationshipsStatusPageData.type(StatusPageDataType type) |
CreateStatusPageRequestData |
CreateStatusPageRequestData.type(StatusPageDataType type) |
| Constructor and Description |
|---|
CreateStatusPageRequestData(CreateStatusPageRequestDataAttributes attributes,
StatusPageDataType type) |
DegradationDataRelationshipsStatusPageData(UUID id,
StatusPageDataType type) |
MaintenanceDataRelationshipsStatusPageData(UUID id,
StatusPageDataType type) |
PatchStatusPageRequestData(PatchStatusPageRequestDataAttributes attributes,
UUID id,
StatusPageDataType type) |
StatusPageAsIncluded(StatusPageDataType type) |
StatusPageData(StatusPageDataType type) |
StatusPagesComponentDataRelationshipsStatusPageData(UUID id,
StatusPageDataType type) |
StatusPagesComponentGroupRelationshipsStatusPageData(UUID id,
StatusPageDataType type) |
| Constructor and Description |
|---|
StatusPageDataTypeSerializer(Class<StatusPageDataType> t) |
Copyright © 2026. All rights reserved.