Interface ProfileQuestionUpdate.Builder

    • Method Detail

      • questionId

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

        ProfileQuestionUpdate.Builder selectedChoiceIds​(Collection<String> selectedChoiceIds)

        The selected choices.

        Parameters:
        selectedChoiceIds - The selected choices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedChoiceIds

        ProfileQuestionUpdate.Builder selectedChoiceIds​(String... selectedChoiceIds)

        The selected choices.

        Parameters:
        selectedChoiceIds - The selected choices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.