@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateFormData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateFormData() |
UpdateFormData(UpdateFormDataAttributes attributes,
FormType type) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFormData |
attributes(UpdateFormDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this UpdateFormData 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.
|
UpdateFormDataAttributes |
getAttributes()
The attributes for updating a form.
|
UUID |
getId()
The ID of the form.
|
FormType |
getType()
The resource type for a form.
|
int |
hashCode() |
UpdateFormData |
id(UUID id) |
UpdateFormData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(UpdateFormDataAttributes attributes) |
void |
setId(UUID id) |
void |
setType(FormType type) |
String |
toString() |
UpdateFormData |
type(FormType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public UpdateFormData()
public UpdateFormData(UpdateFormDataAttributes attributes, FormType type)
public UpdateFormData attributes(UpdateFormDataAttributes attributes)
public UpdateFormDataAttributes getAttributes()
public void setAttributes(UpdateFormDataAttributes attributes)
public UpdateFormData id(UUID id)
@Nullable public UUID getId()
public void setId(UUID id)
public UpdateFormData type(FormType type)
public FormType getType()
public void setType(FormType type)
public UpdateFormData 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.