| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OpsgenieAccountType |
OpsgenieAccountType.OPSGENIE_ACCOUNT |
| Modifier and Type | Method and Description |
|---|---|
static OpsgenieAccountType |
OpsgenieAccountType.fromValue(String value) |
OpsgenieAccountType |
OpsgenieAccountUpdateData.getType()
Opsgenie account resource type.
|
OpsgenieAccountType |
OpsgenieAccountResponseData.getType()
Opsgenie account resource type.
|
OpsgenieAccountType |
OpsgenieAccountCreateData.getType()
Opsgenie account resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpsgenieAccountType.OpsgenieAccountTypeSerializer.serialize(OpsgenieAccountType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OpsgenieAccountUpdateData.setType(OpsgenieAccountType type) |
void |
OpsgenieAccountResponseData.setType(OpsgenieAccountType type) |
void |
OpsgenieAccountCreateData.setType(OpsgenieAccountType type) |
OpsgenieAccountUpdateData |
OpsgenieAccountUpdateData.type(OpsgenieAccountType type) |
OpsgenieAccountResponseData |
OpsgenieAccountResponseData.type(OpsgenieAccountType type) |
OpsgenieAccountCreateData |
OpsgenieAccountCreateData.type(OpsgenieAccountType type) |
| Constructor and Description |
|---|
OpsgenieAccountCreateData(OpsgenieAccountCreateAttributes attributes,
OpsgenieAccountType type) |
OpsgenieAccountResponseData(OpsgenieAccountResponseAttributes attributes,
String id,
OpsgenieAccountType type) |
OpsgenieAccountUpdateData(OpsgenieAccountUpdateAttributes attributes,
String id,
OpsgenieAccountType type) |
| Constructor and Description |
|---|
OpsgenieAccountTypeSerializer(Class<OpsgenieAccountType> t) |
Copyright © 2026. All rights reserved.