public abstract class ResourceReturningRequestBuilder<T extends ResourceReturningRequestBuilder> extends RequestBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
attributes
The attribute list of include or exclude.
|
protected boolean |
excluded
Whether the attribute list is for excluded attributes.
|
headers, queryParams| Modifier and Type | Method and Description |
|---|---|
T |
attributes(String... attributes)
Specifies a multi-valued list of strings indicating the names of
resource attributes to return in the response overriding the set
of attributes that would be returned by default.
|
T |
excludedAttributes(String... excludedAttributes)
Specifies a multi-valued list of strings indicating the names of resource
attributes to be removed from the default set of attributes to return.
|
accept, contentType, getAccept, getContentType, header, queryParam, targetprotected boolean excluded
protected Set<String> attributes
public T attributes(String... attributes)
attributes - the names of resource attributes to returnpublic T excludedAttributes(String... excludedAttributes)
excludedAttributes - names of resource attributes to be removed from
the default set of attributes to return.Copyright © 2015–2021 Ping Identity Corporation. All rights reserved.