| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OrgConnectionType |
OrgConnectionType.ORG_CONNECTION |
| Modifier and Type | Method and Description |
|---|---|
static OrgConnectionType |
OrgConnectionType.fromValue(String value) |
OrgConnectionType |
OrgConnectionUpdate.getType()
Org connection type.
|
OrgConnectionType |
OrgConnectionCreate.getType()
Org connection type.
|
OrgConnectionType |
OrgConnection.getType()
Org connection type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrgConnectionType.OrgConnectionTypeSerializer.serialize(OrgConnectionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OrgConnectionUpdate.setType(OrgConnectionType type) |
void |
OrgConnectionCreate.setType(OrgConnectionType type) |
void |
OrgConnection.setType(OrgConnectionType type) |
OrgConnectionUpdate |
OrgConnectionUpdate.type(OrgConnectionType type) |
OrgConnectionCreate |
OrgConnectionCreate.type(OrgConnectionType type) |
OrgConnection |
OrgConnection.type(OrgConnectionType type) |
| Constructor and Description |
|---|
OrgConnection(OrgConnectionAttributes attributes,
UUID id,
OrgConnectionRelationships relationships,
OrgConnectionType type) |
OrgConnectionCreate(OrgConnectionCreateAttributes attributes,
OrgConnectionCreateRelationships relationships,
OrgConnectionType type) |
OrgConnectionUpdate(OrgConnectionUpdateAttributes attributes,
UUID id,
OrgConnectionType type) |
| Constructor and Description |
|---|
OrgConnectionTypeSerializer(Class<OrgConnectionType> t) |
Copyright © 2026. All rights reserved.