| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
OverflowMenu.Builder |
OverflowMenu.Builder.addAllOptions(Iterable<? extends Option> elements)
Adds elements to
options list. |
OverflowMenu.Builder |
OverflowMenu.Builder.addOptions(Option... elements)
Adds elements to
options list. |
OverflowMenu.Builder |
OverflowMenu.Builder.addOptions(Option element)
Adds one element to
options list. |
static OverflowMenu.Builder |
OverflowMenu.builder()
Creates a builder for
OverflowMenu. |
OverflowMenu.Builder |
OverflowMenu.Builder.from(OverflowMenuIF instance)
Fill a builder with attribute values from the provided
OverflowMenuIF instance. |
OverflowMenu.Builder |
OverflowMenu.Builder.setActionId(String actionId)
Initializes the value for the
actionId attribute. |
OverflowMenu.Builder |
OverflowMenu.Builder.setConfirmationDialog(ConfirmationDialog confirmationDialog)
Initializes the optional value
confirmationDialog to confirmationDialog. |
OverflowMenu.Builder |
OverflowMenu.Builder.setConfirmationDialog(Optional<ConfirmationDialog> confirmationDialog)
Initializes the optional value
confirmationDialog to confirmationDialog. |
OverflowMenu.Builder |
OverflowMenu.Builder.setOptions(Iterable<? extends Option> elements)
Sets or replaces all elements for
options list. |
Copyright © 2019. All rights reserved.