Interface NumberCondition.Builder

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

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

    • fieldName

      NumberCondition.Builder fieldName(String fieldName)

      The name of the field in the number condition.

      Parameters:
      fieldName - The name of the field in the number condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minValue

      NumberCondition.Builder minValue(Integer minValue)

      The minValue to be used while evaluating the number condition.

      Parameters:
      minValue - The minValue to be used while evaluating the number condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxValue

      NumberCondition.Builder maxValue(Integer maxValue)

      The maxValue to be used while evaluating the number condition.

      Parameters:
      maxValue - The maxValue to be used while evaluating the number condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comparisonType

      NumberCondition.Builder comparisonType(String comparisonType)

      The type of comparison to be made when evaluating the number condition.

      Parameters:
      comparisonType - The type of comparison to be made when evaluating the number condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparisonType

      NumberCondition.Builder comparisonType(NumberComparisonType comparisonType)

      The type of comparison to be made when evaluating the number condition.

      Parameters:
      comparisonType - The type of comparison to be made when evaluating the number condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: