| 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 | Class and Description |
|---|---|
class |
SubAccount |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountBuilder.build() |
| Modifier and Type | Field and Description |
|---|---|
List<Account> |
CreateAndUpdateSubAccountExample.subAccounts |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountConverter.toSDKAccount() |
| Constructor and Description |
|---|
AccountConverter(Account sdkAccount) |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountService.createSubAccount(SubAccount subAccount)
Create new subAccount for the account base on page request
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountService.getSubAccounts()
Get a list of subAccounts from the account base on page request
|
Copyright 2022 OneSpan All rights reserved.