Uses of Class
com.slack.api.model.MatchedItem
-
Packages that use MatchedItem Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of MatchedItem in com.slack.api.model
Methods in com.slack.api.model that return types with arguments of type MatchedItem Modifier and Type Method Description List<MatchedItem>SearchResult. getMatches()Method parameters in com.slack.api.model with type arguments of type MatchedItem Modifier and Type Method Description voidSearchResult. setMatches(List<MatchedItem> matches)
-