| Package | Description |
|---|---|
| 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 |
|---|---|
CustomFieldValue |
CustomFieldValueBuilder.build()
Builds the user custom field
|
| Modifier and Type | Field and Description |
|---|---|
CustomFieldValue |
CustomFieldExample.retrievedCustomFieldValue1 |
CustomFieldValue |
CustomFieldExample.retrievedCustomFieldValue2 |
| Modifier and Type | Field and Description |
|---|---|
List<CustomFieldValue> |
CustomFieldExample.retrieveCustomFieldValueList1 |
List<CustomFieldValue> |
CustomFieldExample.retrieveCustomFieldValueList2 |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValue |
CustomFieldValueConverter.toSDKCustomFieldValue()
Convert from API to SDK.
|
| Constructor and Description |
|---|
CustomFieldValueConverter(CustomFieldValue sdkCustomFieldValue)
Construct with SDK object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValue |
CustomFieldService.getCustomFieldValue(String customFieldId)
Get a custom field for the user.
|
CustomFieldValue |
CustomFieldService.submitCustomFieldValue(CustomFieldValue customFieldValue)
Create an user custom field.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomFieldValue> |
CustomFieldService.getCustomFieldValues()
Get all custom fields for the user.
|
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValue |
CustomFieldService.submitCustomFieldValue(CustomFieldValue customFieldValue)
Create an user custom field.
|
Copyright 2022 OneSpan All rights reserved.