public static interface ProfileQuestionUpdate.Builder extends SdkPojo, CopyableBuilder<ProfileQuestionUpdate.Builder,ProfileQuestionUpdate>
| Modifier and Type | Method and Description |
|---|---|
ProfileQuestionUpdate.Builder |
questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
ProfileQuestionUpdate.Builder |
selectedChoiceIds(Collection<String> selectedChoiceIds)
The selected choices.
|
ProfileQuestionUpdate.Builder |
selectedChoiceIds(String... selectedChoiceIds)
The selected choices.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfileQuestionUpdate.Builder questionId(String questionId)
questionId - The new value for the QuestionId property for this object.ProfileQuestionUpdate.Builder selectedChoiceIds(Collection<String> selectedChoiceIds)
The selected choices.
selectedChoiceIds - The selected choices.ProfileQuestionUpdate.Builder selectedChoiceIds(String... selectedChoiceIds)
The selected choices.
selectedChoiceIds - The selected choices.Copyright © 2023. All rights reserved.