Uses of Class
com.slack.api.methods.request.migration.MigrationExchangeRequest.MigrationExchangeRequestBuilder
| 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 |
-
Uses of MigrationExchangeRequest.MigrationExchangeRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type MigrationExchangeRequest.MigrationExchangeRequestBuilder Modifier and Type Method Description CompletableFuture<MigrationExchangeResponse>AsyncMethodsClient. migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req)MigrationExchangeResponseMethodsClient. migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req) -
Uses of MigrationExchangeRequest.MigrationExchangeRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type MigrationExchangeRequest.MigrationExchangeRequestBuilder Modifier and Type Method Description CompletableFuture<MigrationExchangeResponse>AsyncMethodsClientImpl. migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req)MigrationExchangeResponseMethodsClientImpl. migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req) -
Uses of MigrationExchangeRequest.MigrationExchangeRequestBuilder in com.slack.api.methods.request.migration
Methods in com.slack.api.methods.request.migration that return MigrationExchangeRequest.MigrationExchangeRequestBuilder Modifier and Type Method Description static MigrationExchangeRequest.MigrationExchangeRequestBuilderMigrationExchangeRequest. builder()MigrationExchangeRequest.MigrationExchangeRequestBuilderMigrationExchangeRequest.MigrationExchangeRequestBuilder. teamId(String teamId)Required for org-wide apps.MigrationExchangeRequest.MigrationExchangeRequestBuilderMigrationExchangeRequest.MigrationExchangeRequestBuilder. token(String token)Authentication token.MigrationExchangeRequest.MigrationExchangeRequestBuilderMigrationExchangeRequest.MigrationExchangeRequestBuilder. toOld(boolean toOld)Specify `true` to convert `W` global user IDs to workspace-specific `U` IDs.MigrationExchangeRequest.MigrationExchangeRequestBuilderMigrationExchangeRequest.MigrationExchangeRequestBuilder. users(List<String> users)A comma-separated list of user ids, up to 400 per request