Uses of Class
com.slack.api.model.MatchedItem.Address
-
Packages that use MatchedItem.Address Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of MatchedItem.Address in com.slack.api.model
Methods in com.slack.api.model that return types with arguments of type MatchedItem.Address Modifier and Type Method Description List<MatchedItem.Address>MatchedItem. getCc()List<MatchedItem.Address>MatchedItem. getFrom()List<MatchedItem.Address>MatchedItem. getTo()Method parameters in com.slack.api.model with type arguments of type MatchedItem.Address Modifier and Type Method Description voidMatchedItem. setCc(List<MatchedItem.Address> cc)voidMatchedItem. setFrom(List<MatchedItem.Address> from)voidMatchedItem. setTo(List<MatchedItem.Address> to)
-