| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| 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 | Method and Description |
|---|---|
SenderInfo |
DocumentPackage.getSenderInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentPackage.setSenderInfo(SenderInfo senderInfo) |
| Modifier and Type | Method and Description |
|---|---|
SenderInfo |
SenderInfoBuilder.build()
Builds the actual SenderInfo with the specified values
|
| Modifier and Type | Method and Description |
|---|---|
PackageBuilder |
PackageBuilder.withSenderInfo(SenderInfo senderInfo)
Set information about the package sender user.
|
| Modifier and Type | Field and Description |
|---|---|
SenderInfo |
SenderManipulationExample.updatedSenderInfo |
| Modifier and Type | Method and Description |
|---|---|
SenderInfo |
SenderConverter.toSDKSenderInfo()
Convert from API Sender to SDK SenderInfo.
|
| Constructor and Description |
|---|
SenderConverter(SenderInfo sdkSenderInfo)
Construct with SDK sender object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountService.updateSender(SenderInfo sender,
String senderId)
Update the information of a sender
|
Copyright 2022 OneSpan All rights reserved.