Uses of Class
com.slack.api.methods.request.channels.ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder
-
Packages that use ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl com.slack.api.methods.request.channels -
-
Uses of ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder Modifier and Type Method Description ChannelsSetTopicResponseMethodsClient. channelsSetTopic(RequestConfigurator<ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder> req)Deprecated. -
Uses of ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder Modifier and Type Method Description ChannelsSetTopicResponseMethodsClientImpl. channelsSetTopic(RequestConfigurator<ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder> req) -
Uses of ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder in com.slack.api.methods.request.channels
Methods in com.slack.api.methods.request.channels that return ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder Modifier and Type Method Description static ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilderChannelsSetTopicRequest. builder()Deprecated.ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilderChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder. channel(String channel)Channel to set the topic ofChannelsSetTopicRequest.ChannelsSetTopicRequestBuilderChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder. token(String token)Authentication token.ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilderChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder. topic(String topic)The new topic
-