Interface BatchCreateCategoryInputCategory.Builder

    • Method Detail

      • id

        BatchCreateCategoryInputCategory.Builder id​(String id)

        The unique identifier to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.

        Parameters:
        id - The unique identifier to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        BatchCreateCategoryInputCategory.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

        BatchCreateCategoryInputCategory.Builder color​(String color)

        The color to be associated with a category. The color must be a hexadecimal value of either 3 or 6 digits.

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