public static class UserSettings.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
UserSettings.Builder |
allowedIpAddresses(String allowedIpAddresses)
Set the allowedIpAddresses.
|
UserSettings |
build()
Builds a UserSettings.
|
UserSettings.Builder |
language(String language)
Set the language.
|
UserSettings.Builder |
notificationLanguage(String notificationLanguage)
Set the notificationLanguage.
|
UserSettings.Builder |
selfManage(Boolean selfManage)
Set the selfManage.
|
public UserSettings build()
public UserSettings.Builder language(String language)
language - the languagepublic UserSettings.Builder notificationLanguage(String notificationLanguage)
notificationLanguage - the notificationLanguagepublic UserSettings.Builder allowedIpAddresses(String allowedIpAddresses)
allowedIpAddresses - the allowedIpAddressespublic UserSettings.Builder selfManage(Boolean selfManage)
selfManage - the selfManageCopyright © 2021 IBM Cloud Platform Services. All rights reserved.