| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.attributes(DeploymentAttributes attributes) |
Deployment |
UnpublishAppResponse.getData()
The version of the app that was published.
|
Deployment |
PublishAppResponse.getData()
The version of the app that was published.
|
Deployment |
Deployment.id(UUID id) |
Deployment |
Deployment.meta(DeploymentMetadata meta) |
Deployment |
Deployment.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Deployment |
Deployment.type(AppDeploymentType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
UpdateAppResponse.getIncluded()
Data on the version of the app that was published.
|
List<Deployment> |
ListAppsResponse.getIncluded()
Data on the version of the app that was published.
|
List<Deployment> |
GetAppResponse.getIncluded()
Data on the version of the app that was published.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
UpdateAppResponse.addIncludedItem(Deployment includedItem) |
ListAppsResponse |
ListAppsResponse.addIncludedItem(Deployment includedItem) |
GetAppResponse |
GetAppResponse.addIncludedItem(Deployment includedItem) |
UnpublishAppResponse |
UnpublishAppResponse.data(Deployment data) |
PublishAppResponse |
PublishAppResponse.data(Deployment data) |
void |
UnpublishAppResponse.setData(Deployment data) |
void |
PublishAppResponse.setData(Deployment data) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
UpdateAppResponse.included(List<Deployment> included) |
ListAppsResponse |
ListAppsResponse.included(List<Deployment> included) |
GetAppResponse |
GetAppResponse.included(List<Deployment> included) |
void |
UpdateAppResponse.setIncluded(List<Deployment> included) |
void |
ListAppsResponse.setIncluded(List<Deployment> included) |
void |
GetAppResponse.setIncluded(List<Deployment> included) |
Copyright © 2026. All rights reserved.