public interface AttributesClient
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfListOfAttribute |
getTrusteeAttributeKeyValuePairs(ParametersForGetTrusteeAttributeKeyValuePairs parameters)
- Returns the attribute key value pairs associated with the authenticated user.
|
void |
getTrusteeAttributeKeyValuePairsForEach(Function<ODataValueContextOfListOfAttribute,Boolean> callback,
Integer maxPageSize,
ParametersForGetTrusteeAttributeKeyValuePairs parameters)
Provides the functionality to iteratively (i.e.
|
ODataValueContextOfListOfAttribute |
getTrusteeAttributeKeyValuePairsNextLink(String nextLink,
int maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
Attribute |
getTrusteeAttributeValueByKey(ParametersForGetTrusteeAttributeValueByKey parameters)
- Returns the attribute associated with the key.
|
Attribute getTrusteeAttributeValueByKey(ParametersForGetTrusteeAttributeValueByKey parameters)
parameters - An object of type ParametersForGetTrusteeAttributeValueByKey which encapsulates the parameters of getTrusteeAttributeValueByKey method.Attribute The return valueODataValueContextOfListOfAttribute getTrusteeAttributeKeyValuePairs(ParametersForGetTrusteeAttributeKeyValuePairs parameters)
parameters - An object of type ParametersForGetTrusteeAttributeKeyValuePairs which encapsulates the parameters of getTrusteeAttributeKeyValuePairs method.ODataValueContextOfListOfAttribute The return valueODataValueContextOfListOfAttribute getTrusteeAttributeKeyValuePairsNextLink(String nextLink, int maxPageSize)
nextLink - A url that allows retrieving the next subset of the requested collection.maxPageSize - Optionally specify the maximum number of items to retrieve.ODataValueContextOfListOfAttribute The return valuevoid getTrusteeAttributeKeyValuePairsForEach(Function<ODataValueContextOfListOfAttribute,Boolean> callback, Integer maxPageSize, ParametersForGetTrusteeAttributeKeyValuePairs parameters)
getTrusteeAttributeKeyValuePairs, and apply a function on the response of each iteration.callback - A delegate that will be called each time new data is retrieved. Returns false to stop receiving more data; returns true to be called again if there's more data.maxPageSize - Optionally specify the maximum number of items to retrieve.parameters - An object of type ParametersForGetTrusteeAttributeKeyValuePairs which encapsulates the parameters of getTrusteeAttributeKeyValuePairs method.Copyright © 2025. All rights reserved.