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