Uses of Class
com.slack.api.methods.request.conversations.ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder
| 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.conversations |
-
Uses of ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder Modifier and Type Method Description CompletableFuture<ConversationsSetTopicResponse>AsyncMethodsClient. conversationsSetTopic(RequestConfigurator<ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder> req)ConversationsSetTopicResponseMethodsClient. conversationsSetTopic(RequestConfigurator<ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder> req) -
Uses of ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder Modifier and Type Method Description CompletableFuture<ConversationsSetTopicResponse>AsyncMethodsClientImpl. conversationsSetTopic(RequestConfigurator<ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder> req)ConversationsSetTopicResponseMethodsClientImpl. conversationsSetTopic(RequestConfigurator<ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder> req) -
Uses of ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder in com.slack.api.methods.request.conversations
Methods in com.slack.api.methods.request.conversations that return ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder Modifier and Type Method Description static ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilderConversationsSetTopicRequest. builder()ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilderConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder. channel(String channel)Conversation to set the topic ofConversationsSetTopicRequest.ConversationsSetTopicRequestBuilderConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder. token(String token)Authentication token.ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilderConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder. topic(String topic)The new topic string.