Package | Description |
---|---|
com.docusign.esign.client | |
com.docusign.esign.client.auth |
Modifier and Type | Method and Description |
---|---|
List<Pair> |
ApiClient.parameterToPair(String name,
Object value)
Formats the specified query parameter to a list containing a single
Pair object. |
List<Pair> |
ApiClient.parameterToPairs(String collectionFormat,
String name,
Collection value)
Formats the specified collection query parameters to a list of
Pair objects. |
List<Pair> |
ApiClient.parameterToPairs(String collectionFormat,
String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ApiClient.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,
javax.ws.rs.core.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
<T> T |
ApiClient.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,
javax.ws.rs.core.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
protected void |
ApiClient.updateParamsForAuth(String[] authNames,
List<Pair> queryParams,
Map<String,String> headerParams)
Update query and header parameters based on authentication settings.
|
Modifier and Type | Method and Description |
---|---|
void |
Authentication.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams)
Apply authentication settings to header and query params.
|
void |
OAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
void |
ApiKeyAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
void |
HttpBasicAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
Copyright © 2021. All rights reserved.