| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OrgConnection |
OrgConnection.attributes(OrgConnectionAttributes attributes) |
OrgConnection |
OrgConnectionResponse.getData()
An org connection.
|
OrgConnection |
OrgConnection.id(UUID id) |
OrgConnection |
OrgConnection.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OrgConnection |
OrgConnection.relationships(OrgConnectionRelationships relationships) |
OrgConnection |
OrgConnection.type(OrgConnectionType type) |
| Modifier and Type | Method and Description |
|---|---|
List<OrgConnection> |
OrgConnectionListResponse.getData()
List of org connections.
|
| Modifier and Type | Method and Description |
|---|---|
OrgConnectionListResponse |
OrgConnectionListResponse.addDataItem(OrgConnection dataItem) |
OrgConnectionResponse |
OrgConnectionResponse.data(OrgConnection data) |
void |
OrgConnectionResponse.setData(OrgConnection data) |
| Modifier and Type | Method and Description |
|---|---|
OrgConnectionListResponse |
OrgConnectionListResponse.data(List<OrgConnection> data) |
void |
OrgConnectionListResponse.setData(List<OrgConnection> data) |
| Constructor and Description |
|---|
OrgConnectionResponse(OrgConnection data) |
| Constructor and Description |
|---|
OrgConnectionListResponse(List<OrgConnection> data) |
Copyright © 2025. All rights reserved.