| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
FormData |
FormData.attributes(FormDataAttributes attributes) |
FormData |
FormResponse.getData()
A form resource object.
|
FormData |
FormData.id(UUID id) |
FormData |
FormData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FormData |
FormData.type(FormType type) |
| Modifier and Type | Method and Description |
|---|---|
List<FormData> |
FormsResponse.getData()
A list of form resource objects.
|
| Modifier and Type | Method and Description |
|---|---|
FormsResponse |
FormsResponse.addDataItem(FormData dataItem) |
FormResponse |
FormResponse.data(FormData data) |
void |
FormResponse.setData(FormData data) |
| Modifier and Type | Method and Description |
|---|---|
FormsResponse |
FormsResponse.data(List<FormData> data) |
void |
FormsResponse.setData(List<FormData> data) |
| Constructor and Description |
|---|
FormResponse(FormData data) |
| Constructor and Description |
|---|
FormsResponse(List<FormData> data) |
Copyright © 2026. All rights reserved.