| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| Modifier and Type | Method and Description |
|---|---|
static OverviewOptionsBuilder |
OverviewOptionsBuilder.newOverviewOptions()
Creates a new Overview Options builder.
|
OverviewOptionsBuilder |
OverviewOptionsBuilder.withBody()
Enables displaying the 'body' section on the Overview page.
|
OverviewOptionsBuilder |
OverviewOptionsBuilder.withDocumentSection()
Enables displaying the 'documentSection' section on the Overview page.
|
OverviewOptionsBuilder |
OverviewOptionsBuilder.withoutBody()
Disables displaying the 'body' section.
|
OverviewOptionsBuilder |
OverviewOptionsBuilder.withoutDocumentSection()
Disables displaying the 'documentSection' section.
|
OverviewOptionsBuilder |
OverviewOptionsBuilder.withoutTitle()
Disables displaying the 'title' section.
|
OverviewOptionsBuilder |
OverviewOptionsBuilder.withoutUploadSection()
Disables displaying the 'uploadSection' section.
|
OverviewOptionsBuilder |
OverviewOptionsBuilder.withTitle()
Enables displaying the 'title' section on the Overview page.
|
OverviewOptionsBuilder |
OverviewOptionsBuilder.withUploadSection()
Enables displaying the 'uploadSection' section on the Overview page.
|
| Modifier and Type | Method and Description |
|---|---|
SigningUiOptionsBuilder |
SigningUiOptionsBuilder.withOverviewOptions(OverviewOptionsBuilder overviewOptionsBuilder)
Set OverviewOptions.
|
Copyright 2022 OneSpan All rights reserved.