| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectLog |
ConnectApi.getEventLog(String accountId,
String logId)
Get the specified Connect log entry.
|
ConnectLog |
ConnectApi.getEventLog(String accountId,
String logId,
ConnectApi.GetEventLogOptions options)
Get the specified Connect log entry.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectLog |
ConnectLog.accountId(String accountId) |
ConnectLog |
ConnectLog.addConnectDebugLogItem(ConnectDebugLog connectDebugLogItem) |
ConnectLog |
ConnectLog.configUrl(String configUrl) |
ConnectLog |
ConnectLog.connectDebugLog(List<ConnectDebugLog> connectDebugLog) |
ConnectLog |
ConnectLog.connectId(String connectId) |
ConnectLog |
ConnectLog.created(String created) |
ConnectLog |
ConnectLog.email(String email) |
ConnectLog |
ConnectLog.envelopeId(String envelopeId) |
ConnectLog |
ConnectLog.error(String error) |
ConnectLog |
ConnectLog.failureId(String failureId) |
ConnectLog |
ConnectLog.failureUri(String failureUri) |
ConnectLog |
ConnectLog.lastTry(String lastTry) |
ConnectLog |
ConnectLog.logId(String logId) |
ConnectLog |
ConnectLog.logUri(String logUri) |
ConnectLog |
ConnectLog.retryCount(String retryCount) |
ConnectLog |
ConnectLog.retryUri(String retryUri) |
ConnectLog |
ConnectLog.status(String status) |
ConnectLog |
ConnectLog.subject(String subject) |
ConnectLog |
ConnectLog.userName(String userName) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectLog> |
ConnectLogs.getFailures()
An array of containing failure information from the Connect failure log.
|
List<ConnectLog> |
ConnectLogs.getLogs()
A complex type containing Connect log information.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectLogs |
ConnectLogs.addFailuresItem(ConnectLog failuresItem) |
ConnectLogs |
ConnectLogs.addLogsItem(ConnectLog logsItem) |
| Modifier and Type | Method and Description |
|---|---|
ConnectLogs |
ConnectLogs.failures(List<ConnectLog> failures) |
ConnectLogs |
ConnectLogs.logs(List<ConnectLog> logs) |
void |
ConnectLogs.setFailures(List<ConnectLog> failures) |
void |
ConnectLogs.setLogs(List<ConnectLog> logs) |
Copyright © 2018. All rights reserved.