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