Uses of Class
com.slack.api.scim.response.GroupsPatchResponse
-
Packages that use GroupsPatchResponse Package Description com.slack.api.scim SCIM API client.com.slack.api.scim.impl -
-
Uses of GroupsPatchResponse in com.slack.api.scim
Methods in com.slack.api.scim that return GroupsPatchResponse Modifier and Type Method Description GroupsPatchResponseSCIMClient. patchGroup(RequestConfigurator<GroupsPatchRequest.GroupsPatchRequestBuilder> req)GroupsPatchResponseSCIMClient. patchGroup(GroupsPatchRequest req)Methods in com.slack.api.scim that return types with arguments of type GroupsPatchResponse Modifier and Type Method Description CompletableFuture<GroupsPatchResponse>AsyncSCIMClient. patchGroup(RequestConfigurator<GroupsPatchRequest.GroupsPatchRequestBuilder> req)CompletableFuture<GroupsPatchResponse>AsyncSCIMClient. patchGroup(GroupsPatchRequest req) -
Uses of GroupsPatchResponse in com.slack.api.scim.impl
Methods in com.slack.api.scim.impl that return GroupsPatchResponse Modifier and Type Method Description GroupsPatchResponseSCIMClientImpl. patchGroup(RequestConfigurator<GroupsPatchRequest.GroupsPatchRequestBuilder> req)GroupsPatchResponseSCIMClientImpl. patchGroup(GroupsPatchRequest req)Methods in com.slack.api.scim.impl that return types with arguments of type GroupsPatchResponse Modifier and Type Method Description CompletableFuture<GroupsPatchResponse>AsyncSCIMClientImpl. patchGroup(RequestConfigurator<GroupsPatchRequest.GroupsPatchRequestBuilder> req)CompletableFuture<GroupsPatchResponse>AsyncSCIMClientImpl. patchGroup(GroupsPatchRequest req)
-