@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FormUiDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_UI_ORDER |
static String |
JSON_PROPERTY_UI_THEME |
boolean |
unparsed |
| Constructor and Description |
|---|
FormUiDefinition() |
| Modifier and Type | Method and Description |
|---|---|
FormUiDefinition |
addUiOrderItem(String uiOrderItem) |
boolean |
equals(Object o)
Return true if this FormUiDefinition 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.
|
List<String> |
getUiOrder()
The order in which form fields are displayed.
|
FormUiDefinitionUiTheme |
getUiTheme()
The visual theme applied to the form.
|
int |
hashCode() |
FormUiDefinition |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setUiOrder(List<String> uiOrder) |
void |
setUiTheme(FormUiDefinitionUiTheme uiTheme) |
String |
toString() |
FormUiDefinition |
uiOrder(List<String> uiOrder) |
FormUiDefinition |
uiTheme(FormUiDefinitionUiTheme uiTheme) |
public boolean unparsed
public static final String JSON_PROPERTY_UI_ORDER
public static final String JSON_PROPERTY_UI_THEME
public FormUiDefinition uiOrder(List<String> uiOrder)
public FormUiDefinition addUiOrderItem(String uiOrderItem)
@Nullable public List<String> getUiOrder()
public FormUiDefinition uiTheme(FormUiDefinitionUiTheme uiTheme)
@Nullable public FormUiDefinitionUiTheme getUiTheme()
public void setUiTheme(FormUiDefinitionUiTheme uiTheme)
public FormUiDefinition 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.