UpdateComponentData.Builder |
UpdateComponentData.Builder.bindingProperties(Map<String,ComponentBindingPropertiesValue> bindingProperties) |
The data binding information for the component's properties.
|
static UpdateComponentData.Builder |
UpdateComponentData.builder() |
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.children(Collection<ComponentChild> children) |
The components that are instances of the main component.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.children(Consumer<ComponentChild.Builder>... children) |
The components that are instances of the main component.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.children(ComponentChild... children) |
The components that are instances of the main component.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.collectionProperties(Map<String,ComponentDataConfiguration> collectionProperties) |
The configuration for binding a component's properties to a data model.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.componentType(String componentType) |
The type of the component.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.events(Map<String,ComponentEvent> events) |
The event configuration for the component.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.id(String id) |
The unique ID of the component to update.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.name(String name) |
The name of the component to update.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.overrides(Map<String,? extends Map<String,String>> overrides) |
Describes the properties that can be overriden to customize the component.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.properties(Map<String,ComponentProperty> properties) |
Describes the component's properties.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.schemaVersion(String schemaVersion) |
The schema version of the component when it was imported.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.sourceId(String sourceId) |
The unique ID of the component in its original source system, such as Figma.
|
UpdateComponentData.Builder |
UpdateComponentData.toBuilder() |
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.variants(Collection<ComponentVariant> variants) |
A list of the unique variants of the main component being updated.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.variants(Consumer<ComponentVariant.Builder>... variants) |
A list of the unique variants of the main component being updated.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.variants(ComponentVariant... variants) |
A list of the unique variants of the main component being updated.
|