Uses of Class
com.slack.api.model.MatchedItem.OtherItem
-
Packages that use MatchedItem.OtherItem Package Description com.slack.api.model 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.OtherItem Modifier and Type Method Description MatchedItem.OtherItemMatchedItem. getNext()MatchedItem.OtherItemMatchedItem. getNext2()MatchedItem.OtherItemMatchedItem. getPrevious()MatchedItem.OtherItemMatchedItem. getPrevious2()Methods in com.slack.api.model with parameters of type MatchedItem.OtherItem Modifier and Type Method Description voidMatchedItem. setNext(MatchedItem.OtherItem next)voidMatchedItem. setNext2(MatchedItem.OtherItem next2)voidMatchedItem. setPrevious(MatchedItem.OtherItem previous)voidMatchedItem. setPrevious2(MatchedItem.OtherItem previous2)
-