| 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.internal.converter |
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldCondition> |
ConditionalField.getConditions() |
List<FieldCondition> |
DocumentPackage.getConditions() |
List<FieldCondition> |
ReferencedFieldConditions.getReferencedInAction() |
List<FieldCondition> |
ReferencedFieldConditions.getReferencedInCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionalField.setConditions(List<FieldCondition> conditions) |
void |
DocumentPackage.setConditions(List<FieldCondition> conditions) |
void |
ReferencedFieldConditions.setReferencedInAction(List<FieldCondition> referencedInAction) |
void |
ReferencedFieldConditions.setReferencedInCondition(List<FieldCondition> referencedInCondition) |
| Modifier and Type | Method and Description |
|---|---|
FieldCondition |
FieldConditionBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
PackageBuilder |
PackageBuilder.withCondition(FieldCondition condition)
Sets the condition for the package field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldCondition |
FieldConditionConverter.toSDKFieldCondition() |
| Constructor and Description |
|---|
FieldConditionConverter(FieldCondition sdkFieldCondition)
Construct with SDK FieldCondition object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.