Uses of Class
com.slack.api.scim.request.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 CompletableFuture<UsersPatchResponse>AsyncSCIMClient. patchUser(UsersPatchRequest req)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 CompletableFuture<UsersPatchResponse>AsyncSCIMClientImpl. patchUser(UsersPatchRequest req)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()