Interface UpdateThemeData.Builder

    • Method Detail

      • id

        UpdateThemeData.Builder id​(String id)

        The unique ID of the theme to update.

        Parameters:
        id - The unique ID of the theme to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateThemeData.Builder name​(String name)

        The name of the theme to update.

        Parameters:
        name - The name of the theme to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        UpdateThemeData.Builder values​(Collection<ThemeValues> values)

        A list of key-value pairs that define the theme's properties.

        Parameters:
        values - A list of key-value pairs that define the theme's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        UpdateThemeData.Builder values​(ThemeValues... values)

        A list of key-value pairs that define the theme's properties.

        Parameters:
        values - A list of key-value pairs that define the theme's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrides

        UpdateThemeData.Builder overrides​(Collection<ThemeValues> overrides)

        Describes the properties that can be overriden to customize the theme.

        Parameters:
        overrides - Describes the properties that can be overriden to customize the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrides

        UpdateThemeData.Builder overrides​(ThemeValues... overrides)

        Describes the properties that can be overriden to customize the theme.

        Parameters:
        overrides - Describes the properties that can be overriden to customize the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.