| 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 |
|---|---|
ChannelsJoinResponse |
MethodsClient.channelsJoin(RequestConfigurator<ChannelsJoinRequest.ChannelsJoinRequestBuilder> req)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsJoinResponse |
MethodsClientImpl.channelsJoin(RequestConfigurator<ChannelsJoinRequest.ChannelsJoinRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelsJoinRequest.ChannelsJoinRequestBuilder |
ChannelsJoinRequest.builder()
Deprecated.
|
ChannelsJoinRequest.ChannelsJoinRequestBuilder |
ChannelsJoinRequest.ChannelsJoinRequestBuilder.name(String name)
Name of channel to join
|
ChannelsJoinRequest.ChannelsJoinRequestBuilder |
ChannelsJoinRequest.ChannelsJoinRequestBuilder.token(String token)
Authentication token.
|
ChannelsJoinRequest.ChannelsJoinRequestBuilder |
ChannelsJoinRequest.ChannelsJoinRequestBuilder.validate(boolean validate)
Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
|
Copyright © 2020. All rights reserved.