| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| com.silanis.esl.sdk.service.apiclient |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomField> |
CustomFieldService.getCustomFields(Direction direction)
Get the entire list of account custom fields.
|
List<CustomField> |
CustomFieldService.getCustomFields(Direction direction,
PageRequest request)
Get the list of account custom fields.
|
List<DocumentPackage> |
LayoutService.getLayouts(Direction direction,
PageRequest request)
Get a list of layouts (DocumentPackages).
|
Map<String,Sender> |
AccountService.getSenders(Direction direction,
PageRequest request)
Get a list of senders from the account base on page request
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomField> |
CustomFieldApiClient.getCustomFields(Direction direction,
PageRequest request) |
Result<Sender> |
AccountApiClient.getSenders(Direction direction,
PageRequest request) |
Copyright 2022 OneSpan All rights reserved.