@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpsertAndPublishFormVersionDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA_DEFINITION |
static String |
JSON_PROPERTY_UI_DEFINITION |
static String |
JSON_PROPERTY_UPSERT_PARAMS |
boolean |
unparsed |
| Constructor and Description |
|---|
UpsertAndPublishFormVersionDataAttributes() |
UpsertAndPublishFormVersionDataAttributes(FormDataDefinition dataDefinition,
FormUiDefinition uiDefinition,
UpsertAndPublishFormVersionUpsertParams upsertParams) |
| Modifier and Type | Method and Description |
|---|---|
UpsertAndPublishFormVersionDataAttributes |
dataDefinition(FormDataDefinition dataDefinition) |
boolean |
equals(Object o)
Return true if this UpsertAndPublishFormVersionDataAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
FormDataDefinition |
getDataDefinition()
A JSON Schema definition that describes the form's data fields.
|
FormUiDefinition |
getUiDefinition()
UI configuration for rendering form fields, including widget overrides, field ordering, and
themes.
|
UpsertAndPublishFormVersionUpsertParams |
getUpsertParams()
Concurrency control parameters for the upsert and publish operation.
|
int |
hashCode() |
UpsertAndPublishFormVersionDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDataDefinition(FormDataDefinition dataDefinition) |
void |
setUiDefinition(FormUiDefinition uiDefinition) |
void |
setUpsertParams(UpsertAndPublishFormVersionUpsertParams upsertParams) |
String |
toString() |
UpsertAndPublishFormVersionDataAttributes |
uiDefinition(FormUiDefinition uiDefinition) |
UpsertAndPublishFormVersionDataAttributes |
upsertParams(UpsertAndPublishFormVersionUpsertParams upsertParams) |
public boolean unparsed
public static final String JSON_PROPERTY_DATA_DEFINITION
public static final String JSON_PROPERTY_UI_DEFINITION
public static final String JSON_PROPERTY_UPSERT_PARAMS
public UpsertAndPublishFormVersionDataAttributes()
public UpsertAndPublishFormVersionDataAttributes(FormDataDefinition dataDefinition, FormUiDefinition uiDefinition, UpsertAndPublishFormVersionUpsertParams upsertParams)
public UpsertAndPublishFormVersionDataAttributes dataDefinition(FormDataDefinition dataDefinition)
public FormDataDefinition getDataDefinition()
public void setDataDefinition(FormDataDefinition dataDefinition)
public UpsertAndPublishFormVersionDataAttributes uiDefinition(FormUiDefinition uiDefinition)
public FormUiDefinition getUiDefinition()
public void setUiDefinition(FormUiDefinition uiDefinition)
public UpsertAndPublishFormVersionDataAttributes upsertParams(UpsertAndPublishFormVersionUpsertParams upsertParams)
public UpsertAndPublishFormVersionUpsertParams getUpsertParams()
public void setUpsertParams(UpsertAndPublishFormVersionUpsertParams upsertParams)
public UpsertAndPublishFormVersionDataAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.