| 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.groups |
| Modifier and Type | Method and Description |
|---|---|
GroupsSetTopicResponse |
MethodsClient.groupsSetTopic(RequestConfigurator<GroupsSetTopicRequest.GroupsSetTopicRequestBuilder> req)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GroupsSetTopicResponse |
MethodsClientImpl.groupsSetTopic(RequestConfigurator<GroupsSetTopicRequest.GroupsSetTopicRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static GroupsSetTopicRequest.GroupsSetTopicRequestBuilder |
GroupsSetTopicRequest.builder()
Deprecated.
|
GroupsSetTopicRequest.GroupsSetTopicRequestBuilder |
GroupsSetTopicRequest.GroupsSetTopicRequestBuilder.channel(String channel)
The new topic
|
GroupsSetTopicRequest.GroupsSetTopicRequestBuilder |
GroupsSetTopicRequest.GroupsSetTopicRequestBuilder.token(String token)
Authentication token.
|
GroupsSetTopicRequest.GroupsSetTopicRequestBuilder |
GroupsSetTopicRequest.GroupsSetTopicRequestBuilder.topic(String topic)
Private channel to set the topic of
|
Copyright © 2020. All rights reserved.