Interface EvaluationFormSection.Builder

    • Method Detail

      • title

        EvaluationFormSection.Builder title​(String title)

        The title of the section.

        Parameters:
        title - The title of the section.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • refId

        EvaluationFormSection.Builder refId​(String refId)

        The identifier of the section. An identifier must be unique within the evaluation form.

        Parameters:
        refId - The identifier of the section. An identifier must be unique within the evaluation form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instructions

        EvaluationFormSection.Builder instructions​(String instructions)

        The instructions of the section.

        Parameters:
        instructions - The instructions of the section.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        EvaluationFormSection.Builder items​(EvaluationFormItem... items)

        The items of the section.

        Parameters:
        items - The items of the section.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • weight

        EvaluationFormSection.Builder weight​(Double weight)

        The scoring weight of the section.

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