Uses of Class
com.slack.api.methods.response.admin.users.AdminUsersSetOwnerResponse
-
Packages that use AdminUsersSetOwnerResponse Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl -
-
Uses of AdminUsersSetOwnerResponse in com.slack.api.methods
Methods in com.slack.api.methods that return AdminUsersSetOwnerResponse Modifier and Type Method Description AdminUsersSetOwnerResponseMethodsClient. adminUsersSetOwner(AdminUsersSetOwnerRequest req)AdminUsersSetOwnerResponseMethodsClient. adminUsersSetOwner(RequestConfigurator<AdminUsersSetOwnerRequest.AdminUsersSetOwnerRequestBuilder> req)Methods in com.slack.api.methods that return types with arguments of type AdminUsersSetOwnerResponse Modifier and Type Method Description CompletableFuture<AdminUsersSetOwnerResponse>AsyncMethodsClient. adminUsersSetOwner(AdminUsersSetOwnerRequest req)CompletableFuture<AdminUsersSetOwnerResponse>AsyncMethodsClient. adminUsersSetOwner(RequestConfigurator<AdminUsersSetOwnerRequest.AdminUsersSetOwnerRequestBuilder> req) -
Uses of AdminUsersSetOwnerResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return AdminUsersSetOwnerResponse Modifier and Type Method Description AdminUsersSetOwnerResponseMethodsClientImpl. adminUsersSetOwner(AdminUsersSetOwnerRequest req)AdminUsersSetOwnerResponseMethodsClientImpl. adminUsersSetOwner(RequestConfigurator<AdminUsersSetOwnerRequest.AdminUsersSetOwnerRequestBuilder> req)Methods in com.slack.api.methods.impl that return types with arguments of type AdminUsersSetOwnerResponse Modifier and Type Method Description CompletableFuture<AdminUsersSetOwnerResponse>AsyncMethodsClientImpl. adminUsersSetOwner(AdminUsersSetOwnerRequest req)CompletableFuture<AdminUsersSetOwnerResponse>AsyncMethodsClientImpl. adminUsersSetOwner(RequestConfigurator<AdminUsersSetOwnerRequest.AdminUsersSetOwnerRequestBuilder> req)
-