| 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 |
|---|---|
List<CustomField> |
Account.getCustomFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.addCustomField(CustomField customField) |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setCustomFields(List<CustomField> customFields) |
| Modifier and Type | Method and Description |
|---|---|
CustomField |
CustomFieldBuilder.build()
Builds the custom field
|
| Modifier and Type | Method and Description |
|---|---|
AccountBuilder |
AccountBuilder.withCustomField(CustomField customField) |
| Modifier and Type | Field and Description |
|---|---|
CustomField |
CustomFieldExample.customField |
CustomField |
CustomFieldExample.customField2 |
CustomField |
CustomFieldExample.retrieveCustomField |
| Modifier and Type | Field and Description |
|---|---|
List<CustomField> |
CustomFieldExample.retrieveCustomFieldList1 |
List<CustomField> |
CustomFieldExample.retrieveCustomFieldList2 |
| Modifier and Type | Method and Description |
|---|---|
CustomField |
CustomFieldConverter.toSDKCustomField()
Convert from API to SDK custom field.
|
| Constructor and Description |
|---|
CustomFieldConverter(CustomField sdkCustomField)
Construct with SDK object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
CustomField |
CustomFieldService.createCustomField(CustomField customField)
Create an account custom field.
|
CustomField |
CustomFieldService.getCustomField(String id)
Get an account custom field.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CustomField |
CustomFieldService.createCustomField(CustomField customField)
Create an account custom field.
|
Copyright 2022 OneSpan All rights reserved.