| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static StatuspageAccountType |
StatuspageAccountType.STATUSPAGE_ACCOUNT |
| Modifier and Type | Method and Description |
|---|---|
static StatuspageAccountType |
StatuspageAccountType.fromValue(String value) |
StatuspageAccountType |
StatuspageAccountUpdateData.getType()
Statuspage account resource type.
|
StatuspageAccountType |
StatuspageAccountResponseData.getType()
Statuspage account resource type.
|
StatuspageAccountType |
StatuspageAccountCreateData.getType()
Statuspage account resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatuspageAccountType.StatuspageAccountTypeSerializer.serialize(StatuspageAccountType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
StatuspageAccountUpdateData.setType(StatuspageAccountType type) |
void |
StatuspageAccountResponseData.setType(StatuspageAccountType type) |
void |
StatuspageAccountCreateData.setType(StatuspageAccountType type) |
StatuspageAccountUpdateData |
StatuspageAccountUpdateData.type(StatuspageAccountType type) |
StatuspageAccountResponseData |
StatuspageAccountResponseData.type(StatuspageAccountType type) |
StatuspageAccountCreateData |
StatuspageAccountCreateData.type(StatuspageAccountType type) |
| Constructor and Description |
|---|
StatuspageAccountCreateData(StatuspageAccountCreateAttributes attributes,
StatuspageAccountType type) |
StatuspageAccountResponseData(StatuspageAccountResponseAttributes attributes,
StatuspageAccountType type) |
StatuspageAccountUpdateData(StatuspageAccountUpdateAttributes attributes,
StatuspageAccountType type) |
| Constructor and Description |
|---|
StatuspageAccountTypeSerializer(Class<StatuspageAccountType> t) |
Copyright © 2026. All rights reserved.