| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
static ChannelSelectMenu.Builder |
ChannelSelectMenu.builder()
Creates a builder for
ChannelSelectMenu. |
ChannelSelectMenu.Builder |
ChannelSelectMenu.Builder.from(ChannelSelectMenuIF instance)
Fill a builder with attribute values from the provided
ChannelSelectMenuIF instance. |
ChannelSelectMenu.Builder |
ChannelSelectMenu.Builder.setActionId(String actionId)
Initializes the value for the
actionId attribute. |
ChannelSelectMenu.Builder |
ChannelSelectMenu.Builder.setConfirmationDialog(ConfirmationDialog confirmationDialog)
Initializes the optional value
confirmationDialog to confirmationDialog. |
ChannelSelectMenu.Builder |
ChannelSelectMenu.Builder.setConfirmationDialog(Optional<ConfirmationDialog> confirmationDialog)
Initializes the optional value
confirmationDialog to confirmationDialog. |
ChannelSelectMenu.Builder |
ChannelSelectMenu.Builder.setInitialChannelId(Optional<String> initialChannelId)
Initializes the optional value
initialChannelId to initialChannelId. |
ChannelSelectMenu.Builder |
ChannelSelectMenu.Builder.setInitialChannelId(String initialChannelId)
Initializes the optional value
initialChannelId to initialChannelId. |
ChannelSelectMenu.Builder |
ChannelSelectMenu.Builder.setPlaceholder(Text placeholder)
Initializes the value for the
placeholder attribute. |
Copyright © 2019. All rights reserved.