Uses of Class
com.slack.api.methods.request.migration.MigrationExchangeRequest
-
Packages that use MigrationExchangeRequest 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 in com.slack.api.methods
Methods in com.slack.api.methods with parameters of type MigrationExchangeRequest Modifier and Type Method Description CompletableFuture<MigrationExchangeResponse>AsyncMethodsClient. migrationExchange(MigrationExchangeRequest req)MigrationExchangeResponseMethodsClient. migrationExchange(MigrationExchangeRequest req)static okhttp3.FormBody.BuilderRequestFormBuilder. toForm(MigrationExchangeRequest req) -
Uses of MigrationExchangeRequest in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type MigrationExchangeRequest Modifier and Type Method Description CompletableFuture<MigrationExchangeResponse>AsyncMethodsClientImpl. migrationExchange(MigrationExchangeRequest req)MigrationExchangeResponseMethodsClientImpl. migrationExchange(MigrationExchangeRequest req) -
Uses of MigrationExchangeRequest in com.slack.api.methods.request.migration
Methods in com.slack.api.methods.request.migration that return MigrationExchangeRequest Modifier and Type Method Description MigrationExchangeRequestMigrationExchangeRequest.MigrationExchangeRequestBuilder. build()
-