public static interface QuestionDifference.Builder extends SdkPojo, CopyableBuilder<QuestionDifference.Builder,QuestionDifference>
| Modifier and Type | Method and Description |
|---|---|
QuestionDifference.Builder |
differenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the question.
|
QuestionDifference.Builder |
differenceStatus(String differenceStatus)
Indicates the type of change to the question.
|
QuestionDifference.Builder |
questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
QuestionDifference.Builder |
questionTitle(String questionTitle)
Sets the value of the QuestionTitle property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQuestionDifference.Builder questionId(String questionId)
questionId - The new value for the QuestionId property for this object.QuestionDifference.Builder questionTitle(String questionTitle)
questionTitle - The new value for the QuestionTitle property for this object.QuestionDifference.Builder differenceStatus(String differenceStatus)
Indicates the type of change to the question.
differenceStatus - Indicates the type of change to the question.DifferenceStatus,
DifferenceStatusQuestionDifference.Builder differenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the question.
differenceStatus - Indicates the type of change to the question.DifferenceStatus,
DifferenceStatusCopyright © 2023. All rights reserved.