Interface ExpectedContractDuration.Builder

  • Method Details

    • term

      The unit of measurement for the contract duration value. Currently accepts only Months.

      Parameters:
      term - The unit of measurement for the contract duration value. Currently accepts only Months.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • term

      The unit of measurement for the contract duration value. Currently accepts only Months.

      Parameters:
      term - The unit of measurement for the contract duration value. Currently accepts only Months.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      A String representation of the contract duration as an integer, expressed in the unit defined by Term. Valid values range from 1 to 144.

      Parameters:
      value - A String representation of the contract duration as an integer, expressed in the unit defined by Term. Valid values range from 1 to 144.
      Returns:
      Returns a reference to this object so that method calls can be chained together.