Interface SelectedPillar.Builder

    • Method Detail

      • pillarId

        SelectedPillar.Builder pillarId​(String pillarId)
        Sets the value of the PillarId property for this object.
        Parameters:
        pillarId - The new value for the PillarId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedQuestionIds

        SelectedPillar.Builder selectedQuestionIds​(Collection<String> selectedQuestionIds)

        Selected question IDs in the selected pillar.

        Parameters:
        selectedQuestionIds - Selected question IDs in the selected pillar.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedQuestionIds

        SelectedPillar.Builder selectedQuestionIds​(String... selectedQuestionIds)

        Selected question IDs in the selected pillar.

        Parameters:
        selectedQuestionIds - Selected question IDs in the selected pillar.
        Returns:
        Returns a reference to this object so that method calls can be chained together.