Interface NumericRangeFilterValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NumericRangeFilterValue.Builder,NumericRangeFilterValue>, SdkBuilder<NumericRangeFilterValue.Builder,NumericRangeFilterValue>, SdkPojo
Enclosing class:
NumericRangeFilterValue

public static interface NumericRangeFilterValue.Builder extends SdkPojo, CopyableBuilder<NumericRangeFilterValue.Builder,NumericRangeFilterValue>
  • Method Details

    • 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

      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.