Interface CoverageFilterCondition.Builder

    • Method Detail

      • equalsValue

        CoverageFilterCondition.Builder equalsValue​(Collection<String> equals)

        Represents an equal condition that is applied to a single field while retrieving the coverage details.

        Parameters:
        equals - Represents an equal condition that is applied to a single field while retrieving the coverage details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • equalsValue

        CoverageFilterCondition.Builder equalsValue​(String... equals)

        Represents an equal condition that is applied to a single field while retrieving the coverage details.

        Parameters:
        equals - Represents an equal condition that is applied to a single field while retrieving the coverage details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notEquals

        CoverageFilterCondition.Builder notEquals​(Collection<String> notEquals)

        Represents a not equal condition that is applied to a single field while retrieving the coverage details.

        Parameters:
        notEquals - Represents a not equal condition that is applied to a single field while retrieving the coverage details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notEquals

        CoverageFilterCondition.Builder notEquals​(String... notEquals)

        Represents a not equal condition that is applied to a single field while retrieving the coverage details.

        Parameters:
        notEquals - Represents a not equal condition that is applied to a single field while retrieving the coverage details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.