Uses of Class
com.docusign.esign.model.ConnectDebugLog
-
Packages that use ConnectDebugLog Package Description com.docusign.esign.model -
-
Uses of ConnectDebugLog in com.docusign.esign.model
Methods in com.docusign.esign.model that return ConnectDebugLog Modifier and Type Method Description ConnectDebugLogConnectDebugLog. connectConfig(String connectConfig)connectConfig.ConnectDebugLogConnectDebugLog. errorDetails(ErrorDetails errorDetails)errorDetails.ConnectDebugLogConnectDebugLog. eventDateTime(String eventDateTime)eventDateTime.ConnectDebugLogConnectDebugLog. eventDescription(String eventDescription)eventDescription.ConnectDebugLogConnectDebugLog. payload(String payload)payload.Methods in com.docusign.esign.model that return types with arguments of type ConnectDebugLog Modifier and Type Method Description List<ConnectDebugLog>ConnectLog. getConnectDebugLog()A complex element containing information about the Connect configuration, error details, date/time, description and payload.Methods in com.docusign.esign.model with parameters of type ConnectDebugLog Modifier and Type Method Description ConnectLogConnectLog. addConnectDebugLogItem(ConnectDebugLog connectDebugLogItem)addConnectDebugLogItem.Method parameters in com.docusign.esign.model with type arguments of type ConnectDebugLog Modifier and Type Method Description ConnectLogConnectLog. connectDebugLog(List<ConnectDebugLog> connectDebugLog)connectDebugLog.voidConnectLog. setConnectDebugLog(List<ConnectDebugLog> connectDebugLog)setConnectDebugLog.
-