public static interface TotalImpactFilter.Builder extends SdkPojo, CopyableBuilder<TotalImpactFilter.Builder,TotalImpactFilter>
| Modifier and Type | Method and Description |
|---|---|
TotalImpactFilter.Builder |
endValue(Double endValue)
The upper bound dollar value that's used in the filter.
|
TotalImpactFilter.Builder |
numericOperator(NumericOperator numericOperator)
The comparing value that's used in the filter.
|
TotalImpactFilter.Builder |
numericOperator(String numericOperator)
The comparing value that's used in the filter.
|
TotalImpactFilter.Builder |
startValue(Double startValue)
The lower bound dollar value that's used in the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTotalImpactFilter.Builder numericOperator(String numericOperator)
The comparing value that's used in the filter.
numericOperator - The comparing value that's used in the filter.NumericOperator,
NumericOperatorTotalImpactFilter.Builder numericOperator(NumericOperator numericOperator)
The comparing value that's used in the filter.
numericOperator - The comparing value that's used in the filter.NumericOperator,
NumericOperatorTotalImpactFilter.Builder startValue(Double startValue)
The lower bound dollar value that's used in the filter.
startValue - The lower bound dollar value that's used in the filter.TotalImpactFilter.Builder endValue(Double endValue)
The upper bound dollar value that's used in the filter.
endValue - The upper bound dollar value that's used in the filter.Copyright © 2022. All rights reserved.