Interface CoverageFilterCriteria.Builder

    • Method Detail

      • filterCriterion

        CoverageFilterCriteria.Builder filterCriterion​(Collection<CoverageFilterCriterion> filterCriterion)

        Represents a condition that when matched will be added to the response of the operation.

        Parameters:
        filterCriterion - Represents a condition that when matched will be added to the response of the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterCriterion

        CoverageFilterCriteria.Builder filterCriterion​(CoverageFilterCriterion... filterCriterion)

        Represents a condition that when matched will be added to the response of the operation.

        Parameters:
        filterCriterion - Represents a condition that when matched will be added to the response of the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.