Interface TotalImpactFilter.Builder

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

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

    • 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

      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:
    • 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.