| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CreateStatusPageRequestDataAttributesType |
CreateStatusPageRequestDataAttributesType.INTERNAL |
static CreateStatusPageRequestDataAttributesType |
CreateStatusPageRequestDataAttributesType.PUBLIC |
| Modifier and Type | Method and Description |
|---|---|
static CreateStatusPageRequestDataAttributesType |
CreateStatusPageRequestDataAttributesType.fromValue(String value) |
CreateStatusPageRequestDataAttributesType |
StatusPageDataAttributes.getType()
The type of the status page controlling how the status page is accessed.
|
CreateStatusPageRequestDataAttributesType |
StatusPageAsIncludedAttributes.getType()
The type of the status page controlling how the status page is accessed.
|
CreateStatusPageRequestDataAttributesType |
PatchStatusPageRequestDataAttributes.getType()
The type of the status page controlling how the status page is accessed.
|
CreateStatusPageRequestDataAttributesType |
CreateStatusPageRequestDataAttributes.getType()
The type of the status page controlling how the status page is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStatusPageRequestDataAttributesType.CreateStatusPageRequestDataAttributesTypeSerializer.serialize(CreateStatusPageRequestDataAttributesType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
StatusPageDataAttributes.setType(CreateStatusPageRequestDataAttributesType type) |
void |
StatusPageAsIncludedAttributes.setType(CreateStatusPageRequestDataAttributesType type) |
void |
PatchStatusPageRequestDataAttributes.setType(CreateStatusPageRequestDataAttributesType type) |
void |
CreateStatusPageRequestDataAttributes.setType(CreateStatusPageRequestDataAttributesType type) |
StatusPageDataAttributes |
StatusPageDataAttributes.type(CreateStatusPageRequestDataAttributesType type) |
StatusPageAsIncludedAttributes |
StatusPageAsIncludedAttributes.type(CreateStatusPageRequestDataAttributesType type) |
PatchStatusPageRequestDataAttributes |
PatchStatusPageRequestDataAttributes.type(CreateStatusPageRequestDataAttributesType type) |
CreateStatusPageRequestDataAttributes |
CreateStatusPageRequestDataAttributes.type(CreateStatusPageRequestDataAttributesType type) |
| Constructor and Description |
|---|
CreateStatusPageRequestDataAttributes(String domainPrefix,
String name,
CreateStatusPageRequestDataAttributesType type,
CreateStatusPageRequestDataAttributesVisualizationType visualizationType) |
| Constructor and Description |
|---|
CreateStatusPageRequestDataAttributesTypeSerializer(Class<CreateStatusPageRequestDataAttributesType> t) |
Copyright © 2026. All rights reserved.