| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
static BlockElementAction.Builder |
BlockElementAction.builder()
Creates a builder for
BlockElementAction. |
BlockElementAction.Builder |
BlockElementAction.Builder.from(BlockElementActionIF instance)
Fill a builder with attribute values from the provided
BlockElementActionIF instance. |
BlockElementAction.Builder |
BlockElementAction.Builder.setActionId(String actionId)
Initializes the value for the
actionId attribute. |
BlockElementAction.Builder |
BlockElementAction.Builder.setActionTs(Optional<String> actionTs)
Initializes the optional value
actionTs to actionTs. |
BlockElementAction.Builder |
BlockElementAction.Builder.setActionTs(String actionTs)
Initializes the optional value
actionTs to actionTs. |
BlockElementAction.Builder |
BlockElementAction.Builder.setBlockId(String blockId)
Initializes the value for the
blockId attribute. |
BlockElementAction.Builder |
BlockElementAction.Builder.setElement(BlockElement element)
Initializes the value for the
element attribute. |
BlockElementAction.Builder |
BlockElementAction.Builder.setSelectedDate(LocalDate selectedDate)
Initializes the optional value
selectedDate to selectedDate. |
BlockElementAction.Builder |
BlockElementAction.Builder.setSelectedDate(Optional<LocalDate> selectedDate)
Initializes the optional value
selectedDate to selectedDate. |
BlockElementAction.Builder |
BlockElementAction.Builder.setSelectedValue(Optional<String> selectedValue)
Initializes the optional value
selectedValue to selectedValue. |
BlockElementAction.Builder |
BlockElementAction.Builder.setSelectedValue(String selectedValue)
Initializes the optional value
selectedValue to selectedValue. |
Copyright © 2020. All rights reserved.