| 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 |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ConversationsSetTopicResponse> |
AsyncMethodsClient.conversationsSetTopic(RequestConfigurator<ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder> req) |
ConversationsSetTopicResponse |
MethodsClient.conversationsSetTopic(RequestConfigurator<ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
ConversationsSetTopicResponse |
MethodsClientImpl.conversationsSetTopic(RequestConfigurator<ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder> req) |
CompletableFuture<ConversationsSetTopicResponse> |
AsyncMethodsClientImpl.conversationsSetTopic(RequestConfigurator<ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder |
ConversationsSetTopicRequest.builder() |
ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder |
ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder.channel(String channel)
Conversation to set the topic of
|
ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder |
ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder.token(String token)
Authentication token.
|
ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder |
ConversationsSetTopicRequest.ConversationsSetTopicRequestBuilder.topic(String topic)
The new topic string.
|
Copyright © 2020. All rights reserved.