| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GetAppResponse |
AppsApi.getApp(String appId)
Get App.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetAppResponse> |
AppsApi.getAppAsync(String appId)
Get App.
|
ApiResponse<GetAppResponse> |
AppsApi.getAppWithHttpInfo(String appId)
Get the full definition of an app by ID
|
CompletableFuture<ApiResponse<GetAppResponse>> |
AppsApi.getAppWithHttpInfoAsync(String appId)
Get App.
|
| Modifier and Type | Method and Description |
|---|---|
GetAppResponse |
GetAppResponse.addIncludedItem(DeploymentIncluded includedItem) |
GetAppResponse |
GetAppResponse.data(GetAppResponseData data) |
GetAppResponse |
GetAppResponse.included(List<DeploymentIncluded> included) |
GetAppResponse |
GetAppResponse.meta(AppMeta meta) |
GetAppResponse |
GetAppResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GetAppResponse |
GetAppResponse.relationship(GetAppResponseRelationship relationship) |
Copyright © 2024. All rights reserved.