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