public class AccountSettingsBuilder extends Object
This object allows to customize the Account Settings.
| Modifier and Type | Method and Description |
|---|---|
AccountSettings |
build()
Builds the actual Field with the values specified.
|
static AccountSettingsBuilder |
newAccountSettings() |
AccountSettingsBuilder |
withAccountFeatureSettings(AccountFeatureSettings accountFeatureSettings)
Set AccountFeatureSettings.
|
AccountSettingsBuilder |
withAccountFeatureSettings(AccountFeatureSettingsBuilder accountFeatureSettingsBuilder)
Set AccountFeatureSettings.
|
AccountSettingsBuilder |
withAccountPackageSettings(AccountPackageSettings accountPackageSettings)
Set AccountPackageSettings.
|
AccountSettingsBuilder |
withAccountPackageSettings(AccountPackageSettingsBuilder accountPackageSettingsBuilder)
Set AccountPackageSettings.
|
public static AccountSettingsBuilder newAccountSettings()
public AccountSettingsBuilder withAccountPackageSettings(AccountPackageSettingsBuilder accountPackageSettingsBuilder)
accountPackageSettingsBuilder - public AccountSettingsBuilder withAccountPackageSettings(AccountPackageSettings accountPackageSettings)
accountPackageSettings - public AccountSettingsBuilder withAccountFeatureSettings(AccountFeatureSettingsBuilder accountFeatureSettingsBuilder)
accountFeatureSettingsBuilder - public AccountSettingsBuilder withAccountFeatureSettings(AccountFeatureSettings accountFeatureSettings)
accountFeatureSettings - public AccountSettings build()
Copyright 2022 OneSpan All rights reserved.