| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.addEventsItem(AppBuilderEvent eventsItem) |
Component |
Component.events(List<AppBuilderEvent> events) |
Component |
Component.id(String id) |
Component |
Component.name(String name) |
Component |
Component.properties(ComponentProperties properties) |
Component |
Component.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Component |
Component.type(ComponentType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
ComponentProperties.getChildren()
The
ComponentProperties children. |
List<Component> |
ComponentGridProperties.getChildren()
The
ComponentGridProperties children. |
| Modifier and Type | Method and Description |
|---|---|
ComponentProperties |
ComponentProperties.addChildrenItem(Component childrenItem) |
ComponentGridProperties |
ComponentGridProperties.addChildrenItem(Component childrenItem) |
| Modifier and Type | Method and Description |
|---|---|
ComponentProperties |
ComponentProperties.children(List<Component> children) |
ComponentGridProperties |
ComponentGridProperties.children(List<Component> children) |
void |
ComponentProperties.setChildren(List<Component> children) |
void |
ComponentGridProperties.setChildren(List<Component> children) |
Copyright © 2024. All rights reserved.