public interface ThemeBuilder
Modifier and Type | Method and Description |
---|---|
ThemeBuilder |
option(String name,
String value)
Add an option for the theme
|
Theme |
save()
Save the theme.
|
ThemeBuilder |
tenantId(String tenantId)
The tenant for the teheme
|
ThemeBuilder tenantId(String tenantId)
ThemeBuilder option(String name, String value)
name
- the option namevalue
- the option valueTheme save()