Uses of Class
com.docusign.esign.model.ConnectLogs
-
Packages that use ConnectLogs Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of ConnectLogs in com.docusign.esign.api
Methods in com.docusign.esign.api that return ConnectLogs Modifier and Type Method Description ConnectLogsConnectApi. listEventFailureLogs(String accountId)Gets the Connect failure log information..ConnectLogsConnectApi. listEventFailureLogs(String accountId, ConnectApi.ListEventFailureLogsOptions options)Gets the Connect failure log information..ConnectLogsConnectApi. listEventLogs(String accountId)Gets the Connect log..ConnectLogsConnectApi. listEventLogs(String accountId, ConnectApi.ListEventLogsOptions options)Gets the Connect log..Methods in com.docusign.esign.api that return types with arguments of type ConnectLogs Modifier and Type Method Description ApiResponse<ConnectLogs>ConnectApi. listEventFailureLogsWithHttpInfo(String accountId, ConnectApi.ListEventFailureLogsOptions options)Gets the Connect failure log information.ApiResponse<ConnectLogs>ConnectApi. listEventLogsWithHttpInfo(String accountId, ConnectApi.ListEventLogsOptions options)Gets the Connect log. -
Uses of ConnectLogs in com.docusign.esign.model
Methods in com.docusign.esign.model that return ConnectLogs Modifier and Type Method Description ConnectLogsConnectLogs. addFailuresItem(ConnectLog failuresItem)addFailuresItem.ConnectLogsConnectLogs. addLogsItem(ConnectLog logsItem)addLogsItem.ConnectLogsConnectLogs. failures(List<ConnectLog> failures)failures.ConnectLogsConnectLogs. logs(List<ConnectLog> logs)logs.ConnectLogsConnectLogs. totalRecords(String totalRecords)totalRecords.ConnectLogsConnectLogs. type(String type)type.
-