Interface ThemeBuilder
- All Known Implementing Classes:
ThemeBuilderImpl
public interface ThemeBuilder
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionAdd an option for the themesave()
Save the theme.The tenant for the teheme
-
Method Details
-
tenantId
The tenant for the teheme -
option
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.
-