| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationApi.createWebhooksIntegrationCustomVariable(WebhooksIntegrationCustomVariable body)
Create a custom variable.
|
CompletableFuture<WebhooksIntegrationCustomVariableResponse> |
WebhooksIntegrationApi.createWebhooksIntegrationCustomVariableAsync(WebhooksIntegrationCustomVariable body)
Create a custom variable.
|
ApiResponse<WebhooksIntegrationCustomVariableResponse> |
WebhooksIntegrationApi.createWebhooksIntegrationCustomVariableWithHttpInfo(WebhooksIntegrationCustomVariable body)
Creates an endpoint with the name
<CUSTOM_VARIABLE_NAME>. |
CompletableFuture<ApiResponse<WebhooksIntegrationCustomVariableResponse>> |
WebhooksIntegrationApi.createWebhooksIntegrationCustomVariableWithHttpInfoAsync(WebhooksIntegrationCustomVariable body)
Create a custom variable.
|
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegrationCustomVariable |
WebhooksIntegrationCustomVariable.isSecret(Boolean isSecret) |
WebhooksIntegrationCustomVariable |
WebhooksIntegrationCustomVariable.name(String name) |
WebhooksIntegrationCustomVariable |
WebhooksIntegrationCustomVariable.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
WebhooksIntegrationCustomVariable |
WebhooksIntegrationCustomVariable.value(String value) |
Copyright © 2024. All rights reserved.