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