Uses of Class
com.slack.api.model.connect.ConnectChannel
Packages that use ConnectChannel
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ConnectChannel in com.slack.api.model.connect
Methods in com.slack.api.model.connect that return ConnectChannelMethods in com.slack.api.model.connect with parameters of type ConnectChannel -
Uses of ConnectChannel in com.slack.api.model.event
Methods in com.slack.api.model.event that return ConnectChannelModifier and TypeMethodDescriptionSharedChannelInviteAcceptedEvent.getChannel()SharedChannelInviteApprovedEvent.getChannel()SharedChannelInviteDeclinedEvent.getChannel()SharedChannelInviteReceivedEvent.getChannel()Methods in com.slack.api.model.event with parameters of type ConnectChannelModifier and TypeMethodDescriptionvoidSharedChannelInviteAcceptedEvent.setChannel(ConnectChannel channel) voidSharedChannelInviteApprovedEvent.setChannel(ConnectChannel channel) voidSharedChannelInviteDeclinedEvent.setChannel(ConnectChannel channel) voidSharedChannelInviteReceivedEvent.setChannel(ConnectChannel channel)