Uses of Class
com.slack.api.methods.response.channels.ChannelsKickResponse
-
Packages that use ChannelsKickResponse Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl -
-
Uses of ChannelsKickResponse in com.slack.api.methods
Methods in com.slack.api.methods that return ChannelsKickResponse Modifier and Type Method Description ChannelsKickResponseMethodsClient. channelsKick(ChannelsKickRequest req)Deprecated.ChannelsKickResponseMethodsClient. channelsKick(RequestConfigurator<ChannelsKickRequest.ChannelsKickRequestBuilder> req)Deprecated. -
Uses of ChannelsKickResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return ChannelsKickResponse Modifier and Type Method Description ChannelsKickResponseMethodsClientImpl. channelsKick(ChannelsKickRequest req)ChannelsKickResponseMethodsClientImpl. channelsKick(RequestConfigurator<ChannelsKickRequest.ChannelsKickRequestBuilder> req)
-