Interface NumericRangeFilterValue.Builder

    • Method Detail

      • staticValue

        NumericRangeFilterValue.Builder staticValue​(Double staticValue)

        The static value of the numeric range filter.

        Parameters:
        staticValue - The static value of the numeric range filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameter

        NumericRangeFilterValue.Builder parameter​(String parameter)

        The parameter that is used in the numeric range.

        Parameters:
        parameter - The parameter that is used in the numeric range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.