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