public class OverviewOptionsBuilder extends Object
This object allows to customize whether or not certain sections should be presented.
| Modifier and Type | Method and Description |
|---|---|
OverviewOptions |
build()
Builds the actual Overview options.
|
static OverviewOptionsBuilder |
newOverviewOptions()
Creates a new Overview Options builder.
|
OverviewOptionsBuilder |
withBody()
Enables displaying the 'body' section on the Overview page.
|
OverviewOptionsBuilder |
withDocumentSection()
Enables displaying the 'documentSection' section on the Overview page.
|
OverviewOptionsBuilder |
withoutBody()
Disables displaying the 'body' section.
|
OverviewOptionsBuilder |
withoutDocumentSection()
Disables displaying the 'documentSection' section.
|
OverviewOptionsBuilder |
withoutTitle()
Disables displaying the 'title' section.
|
OverviewOptionsBuilder |
withoutUploadSection()
Disables displaying the 'uploadSection' section.
|
OverviewOptionsBuilder |
withTitle()
Enables displaying the 'title' section on the Overview page.
|
OverviewOptionsBuilder |
withUploadSection()
Enables displaying the 'uploadSection' section on the Overview page.
|
public static OverviewOptionsBuilder newOverviewOptions()
public OverviewOptionsBuilder withTitle()
DEFAULT: ENABLED
public OverviewOptionsBuilder withoutTitle()
withTitle()public OverviewOptionsBuilder withBody()
DEFAULT: ENABLED
public OverviewOptionsBuilder withoutBody()
withBody()public OverviewOptionsBuilder withDocumentSection()
DEFAULT: ENABLED
public OverviewOptionsBuilder withoutDocumentSection()
()public OverviewOptionsBuilder withUploadSection()
DEFAULT: ENABLED
public OverviewOptionsBuilder withoutUploadSection()
withUploadSection()public OverviewOptions build()
Copyright 2022 OneSpan All rights reserved.