public static final class RetrieveRequestBuilder.Generic<T extends ScimResource> extends RetrieveRequestBuilder<RetrieveRequestBuilder.Generic<T>>
RetrieveRequestBuilder.Generic<T extends ScimResource>, RetrieveRequestBuilder.Typedversionattributes, excludedheaders, queryParams| Constructor and Description |
|---|
Generic(javax.ws.rs.client.WebTarget target,
T resource)
Create a new generic retrieve request builder.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveRequestBuilder.Generic<T> |
ifNoneMatch()
Retrieve the resource only if the resource has been modified from the
resource provided.
|
T |
invoke()
Invoke the SCIM retrieve request.
|
<C> C |
invoke(Class<C> cls)
Invoke the SCIM modify request.
|
attributes, excludedAttributesaccept, contentType, getAccept, getContentType, header, queryParam, targetpublic RetrieveRequestBuilder.Generic<T> ifNoneMatch()
public T invoke() throws ScimException
ScimException - If an error occurred.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.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.