| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.Builder.build()
Builds a new
ChannelsMultiSelectMenu. |
static ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.copyOf(ChannelsMultiSelectMenuIF instance)
Creates an immutable copy of a
ChannelsMultiSelectMenuIF value. |
static ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.of(Text placeholder,
String actionId)
Construct a new immutable
ChannelsMultiSelectMenu instance. |
ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.withConfirmationDialog(ConfirmationDialog value)
Copy the current immutable object by setting a present value for the optional
confirmationDialog attribute. |
ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.withConfirmationDialog(Optional<ConfirmationDialog> optional)
Copy the current immutable object by setting an optional value for the
confirmationDialog attribute. |
ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.withInitialConversationIds(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
initialConversationIds. |
ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.withInitialConversationIds(String... elements)
Copy the current immutable object with elements that replace the content of
initialConversationIds. |
ChannelsMultiSelectMenu |
ChannelsMultiSelectMenu.withPlaceholder(Text placeholder)
Copy the current immutable object by setting a value for the
placeholder attribute. |
Copyright © 2019. All rights reserved.