Uses of Class
com.slack.api.model.MatchedItem.OtherItem
Packages that use MatchedItem.OtherItem
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of MatchedItem.OtherItem in com.slack.api.model
Methods in com.slack.api.model that return MatchedItem.OtherItemModifier and TypeMethodDescriptionMatchedItem.getNext()MatchedItem.getNext2()MatchedItem.getPrevious()MatchedItem.getPrevious2()Methods in com.slack.api.model with parameters of type MatchedItem.OtherItemModifier and TypeMethodDescriptionvoidMatchedItem.setNext(MatchedItem.OtherItem next) voidMatchedItem.setNext2(MatchedItem.OtherItem next2) voidMatchedItem.setPrevious(MatchedItem.OtherItem previous) voidMatchedItem.setPrevious2(MatchedItem.OtherItem previous2)