Interface EvaluationAnswerData.Builder

  • Method Details

    • stringValue

      EvaluationAnswerData.Builder stringValue(String stringValue)

      The string value for an answer in a contact evaluation.

      Parameters:
      stringValue - The string value for an answer in a contact evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numericValue

      EvaluationAnswerData.Builder numericValue(Double numericValue)

      The numeric value for an answer in a contact evaluation.

      Parameters:
      numericValue - The numeric value for an answer in a contact evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notApplicable

      EvaluationAnswerData.Builder notApplicable(Boolean notApplicable)

      The flag to mark the question as not applicable.

      Parameters:
      notApplicable - The flag to mark the question as not applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.