| Package | Description |
|---|---|
| com.datadog.api.client.v2.api |
| Modifier and Type | Method and Description |
|---|---|
FormsApi.GetFormOptionalParameters |
FormsApi.GetFormOptionalParameters.version(String version)
Set version.
|
| Modifier and Type | Method and Description |
|---|---|
FormResponse |
FormsApi.getForm(UUID formId,
FormsApi.GetFormOptionalParameters parameters)
Get a form.
|
CompletableFuture<FormResponse> |
FormsApi.getFormAsync(UUID formId,
FormsApi.GetFormOptionalParameters parameters)
Get a form.
|
ApiResponse<FormResponse> |
FormsApi.getFormWithHttpInfo(UUID formId,
FormsApi.GetFormOptionalParameters parameters)
Get a form definition by its ID.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.getFormWithHttpInfoAsync(UUID formId,
FormsApi.GetFormOptionalParameters parameters)
Get a form.
|
Copyright © 2026. All rights reserved.