Uses of Class
com.slack.api.model.ChannelEmailAddress
-
Packages that use ChannelEmailAddress Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of ChannelEmailAddress in com.slack.api.model
Methods in com.slack.api.model that return types with arguments of type ChannelEmailAddress Modifier and Type Method Description List<ChannelEmailAddress>Conversation. getChannelEmailAddresses()Method parameters in com.slack.api.model with type arguments of type ChannelEmailAddress Modifier and Type Method Description Conversation.ConversationBuilderConversation.ConversationBuilder. channelEmailAddresses(List<ChannelEmailAddress> channelEmailAddresses)voidConversation. setChannelEmailAddresses(List<ChannelEmailAddress> channelEmailAddresses)
-