Interface CategoryInput.Builder

  • Method Details

    • 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

      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

      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.