| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentIncluded |
DeploymentIncluded.attributes(DeploymentIncludedAttributes attributes) |
DeploymentIncluded |
DeploymentIncluded.id(String id) |
DeploymentIncluded |
DeploymentIncluded.meta(DeploymentIncludedMeta meta) |
DeploymentIncluded |
DeploymentIncluded.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DeploymentIncluded |
DeploymentIncluded.type(DeploymentIncludedType type) |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentIncluded> |
UpdateAppResponse.getIncluded()
The
UpdateAppResponse included. |
List<DeploymentIncluded> |
ListAppsResponse.getIncluded()
The
ListAppsResponse included. |
List<DeploymentIncluded> |
GetAppResponse.getIncluded()
The
GetAppResponse included. |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
UpdateAppResponse.addIncludedItem(DeploymentIncluded includedItem) |
ListAppsResponse |
ListAppsResponse.addIncludedItem(DeploymentIncluded includedItem) |
GetAppResponse |
GetAppResponse.addIncludedItem(DeploymentIncluded includedItem) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
UpdateAppResponse.included(List<DeploymentIncluded> included) |
ListAppsResponse |
ListAppsResponse.included(List<DeploymentIncluded> included) |
GetAppResponse |
GetAppResponse.included(List<DeploymentIncluded> included) |
void |
UpdateAppResponse.setIncluded(List<DeploymentIncluded> included) |
void |
ListAppsResponse.setIncluded(List<DeploymentIncluded> included) |
void |
GetAppResponse.setIncluded(List<DeploymentIncluded> included) |
Copyright © 2024. All rights reserved.