| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks |
| Modifier and Type | Method and Description |
|---|---|
Actions.Builder |
Actions.Builder.addAllElements(Iterable<? extends BlockElement> elements)
Adds elements to
elements list. |
Actions.Builder |
Actions.Builder.addElements(BlockElement... elements)
Adds elements to
elements list. |
Actions.Builder |
Actions.Builder.addElements(BlockElement element)
Adds one element to
elements list. |
static Actions.Builder |
Actions.builder()
Creates a builder for
Actions. |
Actions.Builder |
Actions.Builder.from(ActionsIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.blocks.ActionsIF instance. |
Actions.Builder |
Actions.Builder.from(Block instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.blocks.Block instance. |
Actions.Builder |
Actions.Builder.setBlockId(Optional<String> blockId)
Initializes the optional value
blockId to blockId. |
Actions.Builder |
Actions.Builder.setBlockId(String blockId)
Initializes the optional value
blockId to blockId. |
Actions.Builder |
Actions.Builder.setElements(Iterable<? extends BlockElement> elements)
Sets or replaces all elements for
elements list. |
Copyright © 2019. All rights reserved.