| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TeamConnectionType |
TeamConnectionType.TEAM_CONNECTION |
| Modifier and Type | Method and Description |
|---|---|
static TeamConnectionType |
TeamConnectionType.fromValue(String value) |
TeamConnectionType |
TeamConnectionDeleteRequestDataItem.getType()
Team connection resource type.
|
TeamConnectionType |
TeamConnectionCreateData.getType()
Team connection resource type.
|
TeamConnectionType |
TeamConnection.getType()
Team connection resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeamConnectionType.TeamConnectionTypeSerializer.serialize(TeamConnectionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TeamConnectionDeleteRequestDataItem.setType(TeamConnectionType type) |
void |
TeamConnectionCreateData.setType(TeamConnectionType type) |
void |
TeamConnection.setType(TeamConnectionType type) |
TeamConnectionDeleteRequestDataItem |
TeamConnectionDeleteRequestDataItem.type(TeamConnectionType type) |
TeamConnectionCreateData |
TeamConnectionCreateData.type(TeamConnectionType type) |
TeamConnection |
TeamConnection.type(TeamConnectionType type) |
| Constructor and Description |
|---|
TeamConnection(String id,
TeamConnectionType type) |
TeamConnectionCreateData(TeamConnectionType type) |
TeamConnectionDeleteRequestDataItem(String id,
TeamConnectionType type) |
| Constructor and Description |
|---|
TeamConnectionTypeSerializer(Class<TeamConnectionType> t) |
Copyright © 2026. All rights reserved.