Interface TotalImpactFilter.Builder

    • Method Detail

      • numericOperator

        TotalImpactFilter.Builder numericOperator​(String numericOperator)

        The comparing value that's used in the filter.

        Parameters:
        numericOperator - The comparing value that's used in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NumericOperator, NumericOperator
      • numericOperator

        TotalImpactFilter.Builder numericOperator​(NumericOperator numericOperator)

        The comparing value that's used in the filter.

        Parameters:
        numericOperator - The comparing value that's used in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NumericOperator, NumericOperator
      • startValue

        TotalImpactFilter.Builder startValue​(Double startValue)

        The lower bound dollar value that's used in the filter.

        Parameters:
        startValue - The lower bound dollar value that's used in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endValue

        TotalImpactFilter.Builder endValue​(Double endValue)

        The upper bound dollar value that's used in the filter.

        Parameters:
        endValue - The upper bound dollar value that's used in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.