public class NotaryHostThankYouOptionsBuilder extends Object
This object allows to customize whether or not certain sections should be presented.
| Modifier and Type | Method and Description |
|---|---|
NotaryHostThankYouOptions |
build()
Builds the actual Notary Host Thank You options.
|
static NotaryHostThankYouOptionsBuilder |
newNotaryHostThankYouOptions()
Creates a new Notary Host Thank You Options builder.
|
NotaryHostThankYouOptionsBuilder |
withBody()
Enables displaying the 'body' section on the Notary Host Thank You page.
|
NotaryHostThankYouOptionsBuilder |
withDownloadButton()
Enables displaying the 'downloadButton' section on the Notary Host Thank You page.
|
NotaryHostThankYouOptionsBuilder |
withNotaryTag()
Enables displaying the 'notaryTag' section on the Notary Host Thank You page.
|
NotaryHostThankYouOptionsBuilder |
withoutBody()
Disables displaying the 'body' section.
|
NotaryHostThankYouOptionsBuilder |
withoutDownloadButton()
Disables displaying the 'downloadButton' section.
|
NotaryHostThankYouOptionsBuilder |
withoutNotaryTag()
Disables displaying the 'notaryTag' section.
|
NotaryHostThankYouOptionsBuilder |
withoutRecipientEmail()
Disables displaying the 'recipientEmail' section.
|
NotaryHostThankYouOptionsBuilder |
withoutRecipientName()
Disables displaying the 'recipientName' section.
|
NotaryHostThankYouOptionsBuilder |
withoutRecipientRole()
Disables displaying the 'recipientRole' section.
|
NotaryHostThankYouOptionsBuilder |
withoutRecipientStatus()
Disables displaying the 'recipientStatus' section.
|
NotaryHostThankYouOptionsBuilder |
withoutReviewDocumentsButton()
Disables displaying the 'downloadButton' section.
|
NotaryHostThankYouOptionsBuilder |
withoutTitle()
Disables displaying the 'title' section.
|
NotaryHostThankYouOptionsBuilder |
withRecipientEmail()
Enables displaying the 'recipientEmail' section on the Notary Host Thank You page.
|
NotaryHostThankYouOptionsBuilder |
withRecipientName()
Enables displaying the 'recipientName' section on the Notary Host Thank You page.
|
NotaryHostThankYouOptionsBuilder |
withRecipientRole()
Enables displaying the 'recipientRole' section on the Notary Host Thank You page.
|
NotaryHostThankYouOptionsBuilder |
withRecipientStatus()
Enables displaying the 'recipientStatus' section on the Notary Host Thank You page.
|
NotaryHostThankYouOptionsBuilder |
withReviewDocumentsButton()
Enables displaying the 'reviewDocumentsButton' section on the Notary Host Thank You page.
|
NotaryHostThankYouOptionsBuilder |
withTitle()
Enables displaying the 'title' section on the Notary Host Thank You page.
|
public static NotaryHostThankYouOptionsBuilder newNotaryHostThankYouOptions()
public NotaryHostThankYouOptionsBuilder withTitle()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutTitle()
withTitle()public NotaryHostThankYouOptionsBuilder withBody()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutBody()
withBody()public NotaryHostThankYouOptionsBuilder withRecipientName()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutRecipientName()
withRecipientName()public NotaryHostThankYouOptionsBuilder withRecipientEmail()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutRecipientEmail()
withRecipientEmail()public NotaryHostThankYouOptionsBuilder withRecipientRole()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutRecipientRole()
withRecipientRole()public NotaryHostThankYouOptionsBuilder withNotaryTag()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutNotaryTag()
withNotaryTag()public NotaryHostThankYouOptionsBuilder withRecipientStatus()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutRecipientStatus()
()public NotaryHostThankYouOptionsBuilder withDownloadButton()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutDownloadButton()
withDownloadButton()public NotaryHostThankYouOptionsBuilder withReviewDocumentsButton()
DEFAULT: ENABLED
public NotaryHostThankYouOptionsBuilder withoutReviewDocumentsButton()
withReviewDocumentsButton()public NotaryHostThankYouOptions build()
Copyright 2022 OneSpan All rights reserved.