public class DeleteRequestBuilder extends RequestBuilder<DeleteRequestBuilder>
headers, queryParams| Constructor and Description |
|---|
DeleteRequestBuilder(javax.ws.rs.client.WebTarget target)
Create a new DeleteRequestBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRequestBuilder |
ifMatch(String version)
Delete the resource only if the resource has not been modified since the
provided version.
|
void |
invoke()
Invoke the SCIM delete request.
|
accept, contentType, getAccept, getContentType, header, queryParam, targetpublic DeleteRequestBuilder(javax.ws.rs.client.WebTarget target)
target - The WebTarget to DELETE.public DeleteRequestBuilder ifMatch(String version)
version - The version of the resource to compare.public void invoke() throws ScimException
javax.ws.rs.ProcessingException - If a JAX-RS runtime exception occurred.ScimException - If the SCIM service provider responded with an error.Copyright © 2015–2021 Ping Identity Corporation. All rights reserved.