Uses of Class
com.slack.api.model.block.element.ConversationsFilter
Packages that use ConversationsFilter
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ConversationsFilter in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return ConversationsFilterModifier and TypeMethodDescriptionConversationsFilter.ConversationsFilterBuilder.build()ConversationsSelectElement.getFilter()A filter object that reduces the list of available conversations using the specified criteria.MultiConversationsSelectElement.getFilter()A filter object that reduces the list of available conversations using the specified criteria.Methods in com.slack.api.model.block.element with parameters of type ConversationsFilterModifier and TypeMethodDescriptionConversationsSelectElement.ConversationsSelectElementBuilder.filter(ConversationsFilter filter) A filter object that reduces the list of available conversations using the specified criteria.MultiConversationsSelectElement.MultiConversationsSelectElementBuilder.filter(ConversationsFilter filter) A filter object that reduces the list of available conversations using the specified criteria.voidConversationsSelectElement.setFilter(ConversationsFilter filter) A filter object that reduces the list of available conversations using the specified criteria.voidMultiConversationsSelectElement.setFilter(ConversationsFilter filter) A filter object that reduces the list of available conversations using the specified criteria.Constructors in com.slack.api.model.block.element with parameters of type ConversationsFilterModifierConstructorDescriptionConversationsSelectElement(PlainTextObject placeholder, String actionId, String initialConversation, Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, Boolean responseUrlEnabled, ConversationsFilter filter, Boolean focusOnLoad) Creates a newConversationsSelectElementinstance.MultiConversationsSelectElement(PlainTextObject placeholder, String actionId, List<String> initialConversations, Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, Integer maxSelectedItems, ConversationsFilter filter, Boolean focusOnLoad) Creates a newMultiConversationsSelectElementinstance.