Uses of Class
com.unboundid.scim2.client.requests.ModifyRequestBuilder.Typed
-
Packages that use ModifyRequestBuilder.Typed Package Description com.unboundid.scim2.client Client classes for accessing SCIM 2 resources.com.unboundid.scim2.client.requests Classes for building SCIM 2 requests. -
-
Uses of ModifyRequestBuilder.Typed in com.unboundid.scim2.client
Methods in com.unboundid.scim2.client that return ModifyRequestBuilder.Typed Modifier and Type Method Description ModifyRequestBuilder.TypedScimService. modifyRequest(String endpoint, String id)Modify a SCIM resource by updating one or more attributes using a sequence of operations to "add", "remove", or "replace" values.ModifyRequestBuilder.TypedScimService. modifyRequest(URI url)Modify a SCIM resource by updating one or more attributes using a sequence of operations to "add", "remove", or "replace" values. -
Uses of ModifyRequestBuilder.Typed in com.unboundid.scim2.client.requests
Methods in com.unboundid.scim2.client.requests that return ModifyRequestBuilder.Typed Modifier and Type Method Description ModifyRequestBuilder.TypedModifyRequestBuilder.Typed. ifMatch(String version)Modify the resource only if the resource has not been modified since the provided version.
-