Uses of Class
com.docusign.esign.model.ConnectLog
-
Packages that use ConnectLog Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of ConnectLog in com.docusign.esign.api
Methods in com.docusign.esign.api that return ConnectLog Modifier and Type Method Description ConnectLogConnectApi. getEventLog(String accountId, String logId)Get the specified Connect log entry..ConnectLogConnectApi. getEventLog(String accountId, String logId, ConnectApi.GetEventLogOptions options)Get the specified Connect log entry..Methods in com.docusign.esign.api that return types with arguments of type ConnectLog Modifier and Type Method Description ApiResponse<ConnectLog>ConnectApi. getEventLogWithHttpInfo(String accountId, String logId, ConnectApi.GetEventLogOptions options)Get the specified Connect log entry. -
Uses of ConnectLog in com.docusign.esign.model
Methods in com.docusign.esign.model that return ConnectLog Modifier and Type Method Description ConnectLogConnectLog. accountId(String accountId)accountId.ConnectLogConnectLog. addConnectDebugLogItem(ConnectDebugLog connectDebugLogItem)addConnectDebugLogItem.ConnectLogConnectLog. configUrl(String configUrl)configUrl.ConnectLogConnectLog. connectDebugLog(List<ConnectDebugLog> connectDebugLog)connectDebugLog.ConnectLogConnectLog. connectId(String connectId)connectId.ConnectLogConnectLog. created(String created)created.ConnectLogConnectLog. email(String email)email.ConnectLogConnectLog. envelopeId(String envelopeId)envelopeId.ConnectLogConnectLog. error(String error)error.ConnectLogConnectLog. failureId(String failureId)failureId.ConnectLogConnectLog. failureUri(String failureUri)failureUri.ConnectLogConnectLog. lastTry(String lastTry)lastTry.ConnectLogConnectLog. logId(String logId)logId.ConnectLogConnectLog. logUri(String logUri)logUri.ConnectLogConnectLog. retryCount(String retryCount)retryCount.ConnectLogConnectLog. retryUri(String retryUri)retryUri.ConnectLogConnectLog. status(String status)status.ConnectLogConnectLog. subject(String subject)subject.ConnectLogConnectLog. userName(String userName)userName.Methods in com.docusign.esign.model that return types with arguments of type ConnectLog Modifier and Type Method 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.Methods in com.docusign.esign.model with parameters of type ConnectLog Modifier and Type Method Description ConnectLogsConnectLogs. addFailuresItem(ConnectLog failuresItem)addFailuresItem.ConnectLogsConnectLogs. addLogsItem(ConnectLog logsItem)addLogsItem.Method parameters in com.docusign.esign.model with type arguments of type ConnectLog Modifier and Type Method Description ConnectLogsConnectLogs. failures(List<ConnectLog> failures)failures.ConnectLogsConnectLogs. logs(List<ConnectLog> logs)logs.voidConnectLogs. setFailures(List<ConnectLog> failures)setFailures.voidConnectLogs. setLogs(List<ConnectLog> logs)setLogs.
-