Interface QuoteConstraint.Builder

  • Method Details

    • quoteConstraintType

      QuoteConstraint.Builder quoteConstraintType(String quoteConstraintType)

      The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.

      Parameters:
      quoteConstraintType - The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • quoteConstraintType

      QuoteConstraint.Builder quoteConstraintType(QuoteConstraintType quoteConstraintType)

      The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.

      Parameters:
      quoteConstraintType - The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      The value of the constraint.

      Parameters:
      value - The value of the constraint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.