| 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 |
|---|---|
ChannelsCreateResponse |
MethodsClient.channelsCreate(RequestConfigurator<ChannelsCreateRequest.ChannelsCreateRequestBuilder> req)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsCreateResponse |
MethodsClientImpl.channelsCreate(RequestConfigurator<ChannelsCreateRequest.ChannelsCreateRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelsCreateRequest.ChannelsCreateRequestBuilder |
ChannelsCreateRequest.builder()
Deprecated.
|
ChannelsCreateRequest.ChannelsCreateRequestBuilder |
ChannelsCreateRequest.ChannelsCreateRequestBuilder.name(String name)
Name of channel to create
|
ChannelsCreateRequest.ChannelsCreateRequestBuilder |
ChannelsCreateRequest.ChannelsCreateRequestBuilder.token(String token)
Authentication token.
|
ChannelsCreateRequest.ChannelsCreateRequestBuilder |
ChannelsCreateRequest.ChannelsCreateRequestBuilder.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.