| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ActionConnectionDataType |
ActionConnectionDataType.ACTION_CONNECTION |
| Modifier and Type | Method and Description |
|---|---|
static ActionConnectionDataType |
ActionConnectionDataType.fromValue(String value) |
ActionConnectionDataType |
ActionConnectionDataUpdate.getType()
The definition of
ActionConnectionDataType object. |
ActionConnectionDataType |
ActionConnectionData.getType()
The definition of
ActionConnectionDataType object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionConnectionDataType.ActionConnectionDataTypeSerializer.serialize(ActionConnectionDataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ActionConnectionDataUpdate.setType(ActionConnectionDataType type) |
void |
ActionConnectionData.setType(ActionConnectionDataType type) |
ActionConnectionDataUpdate |
ActionConnectionDataUpdate.type(ActionConnectionDataType type) |
ActionConnectionData |
ActionConnectionData.type(ActionConnectionDataType type) |
| Constructor and Description |
|---|
ActionConnectionData(ActionConnectionAttributes attributes,
ActionConnectionDataType type) |
ActionConnectionDataUpdate(ActionConnectionAttributesUpdate attributes,
ActionConnectionDataType type) |
| Constructor and Description |
|---|
ActionConnectionDataTypeSerializer(Class<ActionConnectionDataType> t) |
Copyright © 2025. All rights reserved.