Uses of Class
com.slack.api.methods.request.admin.users.unsupported_versions.AdminUsersUnsupportedVersionsExportRequest
-
Packages that use AdminUsersUnsupportedVersionsExportRequest 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.admin.users.unsupported_versions -
-
Uses of AdminUsersUnsupportedVersionsExportRequest in com.slack.api.methods
Methods in com.slack.api.methods with parameters of type AdminUsersUnsupportedVersionsExportRequest Modifier and Type Method Description CompletableFuture<AdminUsersUnsupportedVersionsExportResponse>AsyncMethodsClient. adminUsersUnsupportedVersionsExport(AdminUsersUnsupportedVersionsExportRequest req)AdminUsersUnsupportedVersionsExportResponseMethodsClient. adminUsersUnsupportedVersionsExport(AdminUsersUnsupportedVersionsExportRequest req)static okhttp3.FormBody.BuilderRequestFormBuilder. toForm(AdminUsersUnsupportedVersionsExportRequest req) -
Uses of AdminUsersUnsupportedVersionsExportRequest in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type AdminUsersUnsupportedVersionsExportRequest Modifier and Type Method Description CompletableFuture<AdminUsersUnsupportedVersionsExportResponse>AsyncMethodsClientImpl. adminUsersUnsupportedVersionsExport(AdminUsersUnsupportedVersionsExportRequest req)AdminUsersUnsupportedVersionsExportResponseMethodsClientImpl. adminUsersUnsupportedVersionsExport(AdminUsersUnsupportedVersionsExportRequest req) -
Uses of AdminUsersUnsupportedVersionsExportRequest in com.slack.api.methods.request.admin.users.unsupported_versions
Methods in com.slack.api.methods.request.admin.users.unsupported_versions that return AdminUsersUnsupportedVersionsExportRequest Modifier and Type Method Description AdminUsersUnsupportedVersionsExportRequestAdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder. build()
-