Uses of Class
com.docusign.esign.client.Pair
-
Packages that use Pair Package Description com.docusign.esign.client com.docusign.esign.client.auth -
-
Uses of Pair in com.docusign.esign.client
Methods in com.docusign.esign.client that return types with arguments of type Pair Modifier and Type Method Description List<Pair>ApiClient. parameterToPair(String name, Object value)Formats the specified query parameter to a list containing a singlePairobject.List<Pair>ApiClient. parameterToPairs(String collectionFormat, String name, Object value)Format toPairobjects.List<Pair>ApiClient. parameterToPairs(String collectionFormat, String name, Collection value)Formats the specified collection query parameters to a list ofPairobjects.Method parameters in com.docusign.esign.client with type arguments of type Pair Modifier and Type Method Description <T> TApiClient. invokeAPI(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,Object> formParams, String accept, String contentType, String[] authNames, jakarta.ws.rs.core.GenericType<T> returnType)Invoke API by sending HTTP request with the given options.protected voidApiClient. updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String,String> headerParams)Update query and header parameters based on authentication settings. -
Uses of Pair in com.docusign.esign.client.auth
Method parameters in com.docusign.esign.client.auth with type arguments of type Pair Modifier and Type Method Description voidApiKeyAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)applyToParams method.voidAuthentication. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)Apply authentication settings to header and query params.voidHttpBasicAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)applyToParams method.voidOAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)applyToParams method.
-