Uses of Class
com.slack.api.scim.request.UsersPatchRequest
-
Packages that use UsersPatchRequest Package Description com.slack.api.scim SCIM API client.com.slack.api.scim.impl com.slack.api.scim.request -
-
Uses of UsersPatchRequest in com.slack.api.scim
Methods in com.slack.api.scim with parameters of type UsersPatchRequest Modifier and Type Method Description UsersPatchResponseSCIMClient. patchUser(UsersPatchRequest req) -
Uses of UsersPatchRequest in com.slack.api.scim.impl
Methods in com.slack.api.scim.impl with parameters of type UsersPatchRequest Modifier and Type Method Description UsersPatchResponseSCIMClientImpl. patchUser(UsersPatchRequest req) -
Uses of UsersPatchRequest in com.slack.api.scim.request
Methods in com.slack.api.scim.request that return UsersPatchRequest Modifier and Type Method Description UsersPatchRequestUsersPatchRequest.UsersPatchRequestBuilder. build()
-