Uses of Class
com.slack.api.model.connect.ConnectChannel
-
Packages that use ConnectChannel Package Description com.slack.api.model.connect com.slack.api.model.event 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 ConnectChannel Modifier and Type Method Description ConnectChannelConnectInvite. getChannel()Methods in com.slack.api.model.connect with parameters of type ConnectChannel Modifier and Type Method Description voidConnectInvite. setChannel(ConnectChannel channel) -
Uses of ConnectChannel in com.slack.api.model.event
Methods in com.slack.api.model.event that return ConnectChannel Modifier and Type Method Description ConnectChannelSharedChannelInviteAcceptedEvent. getChannel()ConnectChannelSharedChannelInviteApprovedEvent. getChannel()ConnectChannelSharedChannelInviteDeclinedEvent. getChannel()ConnectChannelSharedChannelInviteReceivedEvent. getChannel()Methods in com.slack.api.model.event with parameters of type ConnectChannel Modifier and Type Method Description voidSharedChannelInviteAcceptedEvent. setChannel(ConnectChannel channel)voidSharedChannelInviteApprovedEvent. setChannel(ConnectChannel channel)voidSharedChannelInviteDeclinedEvent. setChannel(ConnectChannel channel)voidSharedChannelInviteReceivedEvent. setChannel(ConnectChannel channel)
-