| 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 |
| Modifier and Type | Method and Description |
|---|---|
ChannelsSetTopicResponse |
MethodsClient.channelsSetTopic(RequestConfigurator<ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder> req)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsSetTopicResponse |
MethodsClientImpl.channelsSetTopic(RequestConfigurator<ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder |
ChannelsSetTopicRequest.builder()
Deprecated.
|
ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder |
ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder.channel(String channel)
Channel to set the topic of
|
ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder |
ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder.token(String token)
Authentication token.
|
ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder |
ChannelsSetTopicRequest.ChannelsSetTopicRequestBuilder.topic(String topic)
The new topic
|
Copyright © 2020. All rights reserved.