Uses of Class
com.slack.api.methods.response.migration.MigrationExchangeResponse
| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl |
-
Uses of MigrationExchangeResponse in com.slack.api.methods
Methods in com.slack.api.methods that return MigrationExchangeResponse Modifier and Type Method Description MigrationExchangeResponseMethodsClient. migrationExchange(MigrationExchangeRequest req)MigrationExchangeResponseMethodsClient. migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req)Methods in com.slack.api.methods that return types with arguments of type MigrationExchangeResponse Modifier and Type Method Description CompletableFuture<MigrationExchangeResponse>AsyncMethodsClient. migrationExchange(MigrationExchangeRequest req)CompletableFuture<MigrationExchangeResponse>AsyncMethodsClient. migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req) -
Uses of MigrationExchangeResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return MigrationExchangeResponse Modifier and Type Method Description MigrationExchangeResponseMethodsClientImpl. migrationExchange(MigrationExchangeRequest req)MigrationExchangeResponseMethodsClientImpl. migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req)Methods in com.slack.api.methods.impl that return types with arguments of type MigrationExchangeResponse Modifier and Type Method Description CompletableFuture<MigrationExchangeResponse>AsyncMethodsClientImpl. migrationExchange(MigrationExchangeRequest req)CompletableFuture<MigrationExchangeResponse>AsyncMethodsClientImpl. migrationExchange(RequestConfigurator<MigrationExchangeRequest.MigrationExchangeRequestBuilder> req)