| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static FormVersionType |
FormVersionType.FORM_VERSIONS |
| Modifier and Type | Method and Description |
|---|---|
static FormVersionType |
FormVersionType.fromValue(String value) |
FormVersionType |
UpsertFormVersionData.getType()
The resource type for a form version.
|
FormVersionType |
UpsertAndPublishFormVersionData.getType()
The resource type for a form version.
|
FormVersionType |
FormVersionData.getType()
The resource type for a form version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormVersionType.FormVersionTypeSerializer.serialize(FormVersionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
UpsertFormVersionData.setType(FormVersionType type) |
void |
UpsertAndPublishFormVersionData.setType(FormVersionType type) |
void |
FormVersionData.setType(FormVersionType type) |
UpsertFormVersionData |
UpsertFormVersionData.type(FormVersionType type) |
UpsertAndPublishFormVersionData |
UpsertAndPublishFormVersionData.type(FormVersionType type) |
FormVersionData |
FormVersionData.type(FormVersionType type) |
| Constructor and Description |
|---|
FormVersionData(FormVersionAttributes attributes,
String id,
FormVersionType type) |
UpsertAndPublishFormVersionData(UpsertAndPublishFormVersionDataAttributes attributes,
FormVersionType type) |
UpsertFormVersionData(UpsertFormVersionDataAttributes attributes,
FormVersionType type) |
| Constructor and Description |
|---|
FormVersionTypeSerializer(Class<FormVersionType> t) |
Copyright © 2026. All rights reserved.