Interface ThemeBuilder

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

    • tenantId

      ThemeBuilder tenantId​(java.lang.String tenantId)
      The tenant for the teheme
    • option

      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

      Theme save()
      Save the theme. It would either create a new one or update an existing one.