Interface CategoryInput.Builder

    • Method Detail

      • id

        CategoryInput.Builder id​(String id)

        The unique identifier of the category.

        Parameters:
        id - The unique identifier of the category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        CategoryInput.Builder title​(String title)

        The name of the category.

        Parameters:
        title - The name of the category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • color

        CategoryInput.Builder color​(String color)

        The color of the category, represented as a hexadecimal value of either 3 or 6 digits.

        Parameters:
        color - The color of the category, represented as a hexadecimal value of either 3 or 6 digits.
        Returns:
        Returns a reference to this object so that method calls can be chained together.