| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static FormVersionState |
FormVersionState.DRAFT |
static FormVersionState |
FormVersionState.FROZEN |
| Modifier and Type | Method and Description |
|---|---|
static FormVersionState |
FormVersionState.fromValue(String value) |
FormVersionState |
UpsertFormVersionDataAttributes.getState()
The state of a form version.
|
FormVersionState |
FormVersionAttributes.getState()
The state of a form version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormVersionState.FormVersionStateSerializer.serialize(FormVersionState value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
UpsertFormVersionDataAttributes.setState(FormVersionState state) |
void |
FormVersionAttributes.setState(FormVersionState state) |
UpsertFormVersionDataAttributes |
UpsertFormVersionDataAttributes.state(FormVersionState state) |
FormVersionAttributes |
FormVersionAttributes.state(FormVersionState state) |
| Constructor and Description |
|---|
FormVersionAttributes(OffsetDateTime createdAt,
FormDataDefinition dataDefinition,
String definitionSignature,
String etag,
OffsetDateTime modifiedAt,
FormVersionState state,
FormUiDefinition uiDefinition,
Long userId,
UUID userUuid,
Long version) |
UpsertFormVersionDataAttributes(FormDataDefinition dataDefinition,
FormVersionState state,
FormUiDefinition uiDefinition,
UpsertFormVersionUpsertParams upsertParams) |
| Constructor and Description |
|---|
FormVersionStateSerializer(Class<FormVersionState> t) |
Copyright © 2026. All rights reserved.