public abstract class RetrieveRequestBuilder<T extends RetrieveRequestBuilder<T>> extends ResourceReturningRequestBuilder<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveRequestBuilder.Generic<T extends ScimResource>
A builder for SCIM retrieve requests for where the returned resource POJO
type will be the same as the original.
|
static class |
RetrieveRequestBuilder.Typed
A builder for SCIM retrieve requests for where the returned resource POJO
type will be provided.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
version
The version to match.
|
attributes, excludedheaders, queryParamsattributes, excludedAttributesaccept, contentType, getAccept, getContentType, header, queryParam, targetCopyright © 2015–2021 Ping Identity Corporation. All rights reserved.