public static final class ModifyRequestBuilder.Generic<T extends ScimResource> extends ModifyRequestBuilder<ModifyRequestBuilder.Generic<T>>
ModifyRequestBuilder.Generic<T extends ScimResource>, ModifyRequestBuilder.Typedoperations, versionattributes, excludedheaders, queryParams| Constructor and Description |
|---|
Generic(javax.ws.rs.client.WebTarget target,
T resource)
Create a new generic modify request builder.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyRequestBuilder.Generic<T> |
ifMatch()
Modify the resource only if the resource has not been modified from the
resource provided.
|
T |
invoke()
Invoke the SCIM modify request.
|
<C> C |
invoke(Class<C> cls)
Invoke the SCIM modify request.
|
addOperation, addValues, addValues, addValues, addValues, removeValues, removeValues, replaceValue, replaceValue, replaceValues, replaceValues, replaceValues, replaceValuesattributes, excludedAttributesaccept, contentType, getAccept, getContentType, header, queryParam, targetpublic ModifyRequestBuilder.Generic<T> ifMatch()
public T invoke() throws ScimException
javax.ws.rs.ProcessingException - If a JAX-RS runtime exception occurred.ScimException - If the SCIM service provider responded with an error.public <C> C invoke(Class<C> cls) throws ScimException
C - The type of object to return.cls - The Java class object used to determine the type to return.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.