| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Translation> |
CustomField.getTranslations() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomField.setTranslations(List<Translation> translations) |
| Modifier and Type | Method and Description |
|---|---|
Translation |
TranslationBuilder.build()
Builds the list of translation
|
| Modifier and Type | Method and Description |
|---|---|
CustomFieldBuilder |
CustomFieldBuilder.withTranslation(Translation translation)
Add translation of the custom field's label.
|
| Modifier and Type | Method and Description |
|---|---|
CustomFieldBuilder |
CustomFieldBuilder.withTranslations(List<Translation> translations)
Add translations of the custom field's label.
|
Copyright 2022 OneSpan All rights reserved.