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