Uses of Class
com.slack.api.methods.response.channels.ChannelsSetPurposeResponse
-
Packages that use ChannelsSetPurposeResponse Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl -
-
Uses of ChannelsSetPurposeResponse in com.slack.api.methods
Methods in com.slack.api.methods that return ChannelsSetPurposeResponse Modifier and Type Method Description ChannelsSetPurposeResponseMethodsClient. channelsSetPurpose(ChannelsSetPurposeRequest req)Deprecated.ChannelsSetPurposeResponseMethodsClient. channelsSetPurpose(RequestConfigurator<ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder> req)Deprecated. -
Uses of ChannelsSetPurposeResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return ChannelsSetPurposeResponse Modifier and Type Method Description ChannelsSetPurposeResponseMethodsClientImpl. channelsSetPurpose(ChannelsSetPurposeRequest req)ChannelsSetPurposeResponseMethodsClientImpl. channelsSetPurpose(RequestConfigurator<ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder> req)
-