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