Uses of Class
com.slack.api.methods.response.admin.users.unsupported_versions.AdminUsersUnsupportedVersionsExportResponse
-
Packages that use AdminUsersUnsupportedVersionsExportResponse Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl -
-
Uses of AdminUsersUnsupportedVersionsExportResponse in com.slack.api.methods
Methods in com.slack.api.methods that return AdminUsersUnsupportedVersionsExportResponse Modifier and Type Method Description AdminUsersUnsupportedVersionsExportResponseMethodsClient. adminUsersUnsupportedVersionsExport(AdminUsersUnsupportedVersionsExportRequest req)AdminUsersUnsupportedVersionsExportResponseMethodsClient. adminUsersUnsupportedVersionsExport(RequestConfigurator<AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder> req)Methods in com.slack.api.methods that return types with arguments of type AdminUsersUnsupportedVersionsExportResponse Modifier and Type Method Description CompletableFuture<AdminUsersUnsupportedVersionsExportResponse>AsyncMethodsClient. adminUsersUnsupportedVersionsExport(AdminUsersUnsupportedVersionsExportRequest req)CompletableFuture<AdminUsersUnsupportedVersionsExportResponse>AsyncMethodsClient. adminUsersUnsupportedVersionsExport(RequestConfigurator<AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder> req) -
Uses of AdminUsersUnsupportedVersionsExportResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return AdminUsersUnsupportedVersionsExportResponse Modifier and Type Method Description AdminUsersUnsupportedVersionsExportResponseMethodsClientImpl. adminUsersUnsupportedVersionsExport(AdminUsersUnsupportedVersionsExportRequest req)AdminUsersUnsupportedVersionsExportResponseMethodsClientImpl. adminUsersUnsupportedVersionsExport(RequestConfigurator<AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder> req)Methods in com.slack.api.methods.impl that return types with arguments of type AdminUsersUnsupportedVersionsExportResponse Modifier and Type Method Description CompletableFuture<AdminUsersUnsupportedVersionsExportResponse>AsyncMethodsClientImpl. adminUsersUnsupportedVersionsExport(AdminUsersUnsupportedVersionsExportRequest req)CompletableFuture<AdminUsersUnsupportedVersionsExportResponse>AsyncMethodsClientImpl. adminUsersUnsupportedVersionsExport(RequestConfigurator<AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder> req)
-