Uses of Class
com.slack.api.scim.response.UsersPatchResponse
-
Packages that use UsersPatchResponse Package Description com.slack.api.scim SCIM API client.com.slack.api.scim.impl -
-
Uses of UsersPatchResponse in com.slack.api.scim
Methods in com.slack.api.scim that return UsersPatchResponse Modifier and Type Method Description UsersPatchResponseSCIMClient. patchUser(RequestConfigurator<UsersPatchRequest.UsersPatchRequestBuilder> req)UsersPatchResponseSCIMClient. patchUser(UsersPatchRequest req) -
Uses of UsersPatchResponse in com.slack.api.scim.impl
Methods in com.slack.api.scim.impl that return UsersPatchResponse Modifier and Type Method Description UsersPatchResponseSCIMClientImpl. patchUser(RequestConfigurator<UsersPatchRequest.UsersPatchRequestBuilder> req)UsersPatchResponseSCIMClientImpl. patchUser(UsersPatchRequest req)
-