public class TrustServiceProvidersApi extends Object
| Constructor and Description |
|---|
TrustServiceProvidersApi() |
TrustServiceProvidersApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CompleteSignHashResponse |
completeSignHash(CompleteSignRequest completeSignRequest)
Complete Sign Hash
|
ApiClient |
getApiClient() |
AccountSeals |
getSealProviders(String accountId)
Returns Account available seals for specified account.
|
UserInfoResponse |
getUserInfo()
Get User Info To Sign Document
|
void |
healthCheck(TspHealthCheckRequest tspHealthCheckRequest)
Report status from the TSP to DocuSign
|
void |
setApiClient(ApiClient apiClient) |
SignHashSessionInfoResponse |
signHashSessionInfo(SignSessionInfoRequest signSessionInfoRequest)
Get Signature Session Info To Sign Document Hash
|
UpdateTransactionResponse |
updateTransaction(UpdateTransactionRequest updateTransactionRequest)
Report an error from the tsp to docusign
|
public TrustServiceProvidersApi()
public TrustServiceProvidersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CompleteSignHashResponse completeSignHash(CompleteSignRequest completeSignRequest) throws ApiException
completeSignRequest - (optional)ApiException - if fails to make API callpublic AccountSeals getSealProviders(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)ApiException - if fails to make API callpublic UserInfoResponse getUserInfo() throws ApiException
ApiException - if fails to make API callpublic void healthCheck(TspHealthCheckRequest tspHealthCheckRequest) throws ApiException
tspHealthCheckRequest - (optional)ApiException - if fails to make API callpublic SignHashSessionInfoResponse signHashSessionInfo(SignSessionInfoRequest signSessionInfoRequest) throws ApiException
signSessionInfoRequest - (optional)ApiException - if fails to make API callpublic UpdateTransactionResponse updateTransaction(UpdateTransactionRequest updateTransactionRequest) throws ApiException
updateTransactionRequest - (optional)ApiException - if fails to make API callCopyright © 2018. All rights reserved.