- All Known Implementing Classes:
ThemeBuilderImpl
public interface ThemeBuilder
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type |
Method |
Description |
ThemeBuilder |
option(java.lang.String name,
java.lang.String value) |
Add an option for the theme
|
Theme |
save() |
Save the theme.
|
ThemeBuilder |
tenantId(java.lang.String tenantId) |
The tenant for the teheme
|
-
Method Details
-
The tenant for the teheme
-
ThemeBuilder option(
java.lang.String name,
java.lang.String value)
Add an option for the theme
- Parameters:
name
- the option name
value
- the option value
-
Save the theme. It would either create a new one or update an existing one.