Interface CategoryWithFindingNum.Builder

    • Method Detail

      • categoryName

        CategoryWithFindingNum.Builder categoryName​(String categoryName)

        The name of the finding category. A finding category is determined by the detector that detected the finding.

        Parameters:
        categoryName - The name of the finding category. A finding category is determined by the detector that detected the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingNumber

        CategoryWithFindingNum.Builder findingNumber​(Integer findingNumber)

        The number of open findings in the category.

        Parameters:
        findingNumber - The number of open findings in the category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.