| Package | Description |
|---|---|
| com.slack.api.model.block.element |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationsFilter |
ConversationsFilter.ConversationsFilterBuilder.build() |
ConversationsFilter |
ConversationsSelectElement.getFilter()
A filter object that reduces the list of available conversations using the specified criteria.
|
ConversationsFilter |
MultiConversationsSelectElement.getFilter()
A filter object that reduces the list of available conversations using the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationsSelectElement.ConversationsSelectElementBuilder |
ConversationsSelectElement.ConversationsSelectElementBuilder.filter(ConversationsFilter filter)
A filter object that reduces the list of available conversations using the specified criteria.
|
MultiConversationsSelectElement.MultiConversationsSelectElementBuilder |
MultiConversationsSelectElement.MultiConversationsSelectElementBuilder.filter(ConversationsFilter filter)
A filter object that reduces the list of available conversations using the specified criteria.
|
void |
ConversationsSelectElement.setFilter(ConversationsFilter filter)
A filter object that reduces the list of available conversations using the specified criteria.
|
void |
MultiConversationsSelectElement.setFilter(ConversationsFilter filter)
A filter object that reduces the list of available conversations using the specified criteria.
|
| Constructor and Description |
|---|
ConversationsSelectElement(PlainTextObject placeholder,
String actionId,
String initialConversation,
Boolean defaultToCurrentConversation,
ConfirmationDialogObject confirm,
Boolean responseUrlEnabled,
ConversationsFilter filter) |
MultiConversationsSelectElement(PlainTextObject placeholder,
String actionId,
List<String> initialConversations,
Boolean defaultToCurrentConversation,
ConfirmationDialogObject confirm,
Integer maxSelectedItems,
ConversationsFilter filter) |
Copyright © 2020. All rights reserved.