Interface EvaluationNote.Builder

    • Method Detail

      • value

        EvaluationNote.Builder value​(String value)

        The note for an item (section or question) in a contact evaluation.

        Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the total number of chars for all the notes in the evaluation combined. Assuming there are N questions in the evaluation being submitted, then the max char limit for all notes combined is N x 1024.

        Parameters:
        value - The note for an item (section or question) in a contact evaluation.

        Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the total number of chars for all the notes in the evaluation combined. Assuming there are N questions in the evaluation being submitted, then the max char limit for all notes combined is N x 1024.

        Returns:
        Returns a reference to this object so that method calls can be chained together.