Interface NumberFilter.Builder

    • Method Detail

      • gte

        NumberFilter.Builder gte​(Double gte)

        The greater-than-equal condition to be applied to a single field when querying for findings.

        Parameters:
        gte - The greater-than-equal condition to be applied to a single field when querying for findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lte

        NumberFilter.Builder lte​(Double lte)

        The less-than-equal condition to be applied to a single field when querying for findings.

        Parameters:
        lte - The less-than-equal condition to be applied to a single field when querying for findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eq

        NumberFilter.Builder eq​(Double eq)

        The equal-to condition to be applied to a single field when querying for findings.

        Parameters:
        eq - The equal-to condition to be applied to a single field when querying for findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gt

        NumberFilter.Builder gt​(Double gt)

        The greater-than condition to be applied to a single field when querying for findings.

        Parameters:
        gt - The greater-than condition to be applied to a single field when querying for findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lt

        NumberFilter.Builder lt​(Double lt)

        The less-than condition to be applied to a single field when querying for findings.

        Parameters:
        lt - The less-than condition to be applied to a single field when querying for findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.