public static class UIConfiguration.Builder extends Object
UIConfiguration
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UIConfiguration |
build()
Builds the
UIConfiguration . |
UIConfiguration.Builder |
language(String language)
Sets the language.
|
public UIConfiguration.Builder language(String language)
language
- The language of the UIConfiguration
. (NonNull)- "fr" for French.
public UIConfiguration build()
UIConfiguration
.