| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
FormResponse |
FormsApi.upsertAndPublishFormVersion(UUID formId,
UpsertAndPublishFormVersionRequest body)
Upsert and publish a form version.
|
CompletableFuture<FormResponse> |
FormsApi.upsertAndPublishFormVersionAsync(UUID formId,
UpsertAndPublishFormVersionRequest body)
Upsert and publish a form version.
|
ApiResponse<FormResponse> |
FormsApi.upsertAndPublishFormVersionWithHttpInfo(UUID formId,
UpsertAndPublishFormVersionRequest body)
Upsert the latest form version and publish it in a single atomic transaction.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.upsertAndPublishFormVersionWithHttpInfoAsync(UUID formId,
UpsertAndPublishFormVersionRequest body)
Upsert and publish a form version.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertAndPublishFormVersionRequest |
UpsertAndPublishFormVersionRequest.data(UpsertAndPublishFormVersionData data) |
UpsertAndPublishFormVersionRequest |
UpsertAndPublishFormVersionRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.