| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomConnection |
CustomConnection.attributes(CustomConnectionAttributes attributes) |
CustomConnection |
CustomConnection.id(String id) |
CustomConnection |
CustomConnection.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CustomConnection |
CustomConnection.type(CustomConnectionType type) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomConnection> |
UpdateAppResponseRelationship.getConnections()
The
relationship connections. |
List<CustomConnection> |
GetAppResponseRelationship.getConnections()
The
relationship connections. |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponseRelationship |
UpdateAppResponseRelationship.addConnectionsItem(CustomConnection connectionsItem) |
GetAppResponseRelationship |
GetAppResponseRelationship.addConnectionsItem(CustomConnection connectionsItem) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponseRelationship |
UpdateAppResponseRelationship.connections(List<CustomConnection> connections) |
GetAppResponseRelationship |
GetAppResponseRelationship.connections(List<CustomConnection> connections) |
void |
UpdateAppResponseRelationship.setConnections(List<CustomConnection> connections) |
void |
GetAppResponseRelationship.setConnections(List<CustomConnection> connections) |
Copyright © 2024. All rights reserved.