Interface ThemeBuilder
-
- All Known Implementing Classes:
ThemeBuilderImpl
public interface ThemeBuilder- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThemeBuilderoption(String name, String value)Add an option for the themeThemesave()Save the theme.ThemeBuildertenantId(String tenantId)The tenant for the teheme
-
-
-
Method Detail
-
tenantId
ThemeBuilder tenantId(String tenantId)
The tenant for the teheme
-
option
ThemeBuilder option(String name, String value)
Add an option for the theme- Parameters:
name- the option namevalue- the option value
-
save
Theme save()
Save the theme. It would either create a new one or update an existing one.
-
-