| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static FormPublicationType |
FormPublicationType.FORM_PUBLICATIONS |
| Modifier and Type | Method and Description |
|---|---|
static FormPublicationType |
FormPublicationType.fromValue(String value) |
FormPublicationType |
PublishFormData.getType()
The resource type for a form publication.
|
FormPublicationType |
FormPublicationData.getType()
The resource type for a form publication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormPublicationType.FormPublicationTypeSerializer.serialize(FormPublicationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
PublishFormData.setType(FormPublicationType type) |
void |
FormPublicationData.setType(FormPublicationType type) |
PublishFormData |
PublishFormData.type(FormPublicationType type) |
FormPublicationData |
FormPublicationData.type(FormPublicationType type) |
| Constructor and Description |
|---|
FormPublicationData(FormPublicationAttributes attributes,
String id,
FormPublicationType type) |
PublishFormData(PublishFormDataAttributes attributes,
FormPublicationType type) |
| Constructor and Description |
|---|
FormPublicationTypeSerializer(Class<FormPublicationType> t) |
Copyright © 2026. All rights reserved.