Interface Category.Builder

    • Method Detail

      • categoryId

        Category.Builder categoryId​(Long categoryId)

        The ID of the skill store category.

        Parameters:
        categoryId - The ID of the skill store category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • categoryName

        Category.Builder categoryName​(String categoryName)

        The name of the skill store category.

        Parameters:
        categoryName - The name of the skill store category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.