| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentGrid |
ComponentGrid.addEventsItem(AppBuilderEvent eventsItem) |
ComponentGrid |
ComponentGrid.events(List<AppBuilderEvent> events) |
ComponentGrid |
ComponentGrid.id(String id) |
ComponentGrid |
ComponentGrid.name(String name) |
ComponentGrid |
ComponentGrid.properties(ComponentGridProperties properties) |
ComponentGrid |
ComponentGrid.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ComponentGrid |
ComponentGrid.type(ComponentGridType type) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentGrid> |
UpdateAppResponseDataAttributes.getComponents()
The UI components that make up the app.
|
List<ComponentGrid> |
UpdateAppRequestDataAttributes.getComponents()
The new UI components that make up the app.
|
List<ComponentGrid> |
GetAppResponseDataAttributes.getComponents()
The UI components that make up the app.
|
List<ComponentGrid> |
CreateAppRequestDataAttributes.getComponents()
The UI components that make up the app.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponseDataAttributes |
UpdateAppResponseDataAttributes.addComponentsItem(ComponentGrid componentsItem) |
UpdateAppRequestDataAttributes |
UpdateAppRequestDataAttributes.addComponentsItem(ComponentGrid componentsItem) |
GetAppResponseDataAttributes |
GetAppResponseDataAttributes.addComponentsItem(ComponentGrid componentsItem) |
CreateAppRequestDataAttributes |
CreateAppRequestDataAttributes.addComponentsItem(ComponentGrid componentsItem) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponseDataAttributes |
UpdateAppResponseDataAttributes.components(List<ComponentGrid> components) |
UpdateAppRequestDataAttributes |
UpdateAppRequestDataAttributes.components(List<ComponentGrid> components) |
GetAppResponseDataAttributes |
GetAppResponseDataAttributes.components(List<ComponentGrid> components) |
CreateAppRequestDataAttributes |
CreateAppRequestDataAttributes.components(List<ComponentGrid> components) |
void |
UpdateAppResponseDataAttributes.setComponents(List<ComponentGrid> components) |
void |
UpdateAppRequestDataAttributes.setComponents(List<ComponentGrid> components) |
void |
GetAppResponseDataAttributes.setComponents(List<ComponentGrid> components) |
void |
CreateAppRequestDataAttributes.setComponents(List<ComponentGrid> components) |
Copyright © 2026. All rights reserved.