Interface ProfileQuestionUpdate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProfileQuestionUpdate.Builder,ProfileQuestionUpdate>, SdkBuilder<ProfileQuestionUpdate.Builder,ProfileQuestionUpdate>, SdkPojo
Enclosing class:
ProfileQuestionUpdate

public static interface ProfileQuestionUpdate.Builder extends SdkPojo, CopyableBuilder<ProfileQuestionUpdate.Builder,ProfileQuestionUpdate>
  • Method Details

    • 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.