| Package | Description |
|---|---|
| com.silanis.esl.sdk.examples |
Examples and helper classes of how to use the eSignLive Java SDK.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Field and Description |
|---|---|
CompletionReport |
DownloadReportExample.sdkCompletionReportDraft |
CompletionReport |
DownloadReportExample.sdkCompletionReportForSenderDraft |
CompletionReport |
DownloadReportExample.sdkCompletionReportForSenderSent |
CompletionReport |
DownloadReportExample.sdkCompletionReportSent |
| Modifier and Type | Method and Description |
|---|---|
CompletionReport |
CompletionReportConverter.toSDKCompletionReport()
Convert from API CompletionReport to SDK CompletionReport.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionReport |
ReportService.downloadCompletionReport(PackageStatus packageStatus,
Date from,
Date to)
Downloads the completion report from all senders
|
CompletionReport |
PackageService.downloadCompletionReport(PackageStatus packageStatus,
Date from,
Date to)
|
CompletionReport |
ReportService.downloadCompletionReport(PackageStatus packageStatus,
String senderId,
Date from,
Date to)
Downloads the completion report from a sender
|
CompletionReport |
PackageService.downloadCompletionReport(PackageStatus packageStatus,
String senderId,
Date from,
Date to)
|
Copyright 2022 OneSpan All rights reserved.