| 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.migration |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MigrationExchangeResponse> |
AsyncMethodsClient.migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req) |
MigrationExchangeResponse |
MethodsClient.migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
MigrationExchangeResponse |
MethodsClientImpl.migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req) |
CompletableFuture<MigrationExchangeResponse> |
AsyncMethodsClientImpl.migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static MigrationExchangeRequest.MigrationExchangeRequestBuilder |
MigrationExchangeRequest.builder() |
MigrationExchangeRequest.MigrationExchangeRequestBuilder |
MigrationExchangeRequest.MigrationExchangeRequestBuilder.token(String token)
Authentication token.
|
MigrationExchangeRequest.MigrationExchangeRequestBuilder |
MigrationExchangeRequest.MigrationExchangeRequestBuilder.toOld(boolean toOld)
Specify `true` to convert `W` global user IDs to workspace-specific `U` IDs.
|
MigrationExchangeRequest.MigrationExchangeRequestBuilder |
MigrationExchangeRequest.MigrationExchangeRequestBuilder.users(List<String> users)
A comma-separated list of user ids, up to 400 per request
|
Copyright © 2020. All rights reserved.