ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.answerStatus(String answerStatus) |
The status of whether or not this question has been answered.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.answerStatus(ReviewTemplateAnswerStatus answerStatus) |
The status of whether or not this question has been answered.
|
static ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.builder() |
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.choiceAnswers(Collection<ChoiceAnswer> choiceAnswers) |
A list of selected choices to a question in your review template.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.choiceAnswers(Consumer<ChoiceAnswer.Builder>... choiceAnswers) |
A list of selected choices to a question in your review template.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.choiceAnswers(ChoiceAnswer... choiceAnswers) |
A list of selected choices to a question in your review template.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.choices(Collection<Choice> choices) |
Sets the value of the Choices property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.choices(Consumer<Choice.Builder>... choices) |
Sets the value of the Choices property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.choices(Choice... choices) |
Sets the value of the Choices property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.helpfulResourceDisplayText(String helpfulResourceDisplayText) |
The helpful resource text to be displayed for a custom lens.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.helpfulResourceUrl(String helpfulResourceUrl) |
Sets the value of the HelpfulResourceUrl property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.improvementPlanUrl(String improvementPlanUrl) |
Sets the value of the ImprovementPlanUrl property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.isApplicable(Boolean isApplicable) |
Sets the value of the IsApplicable property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.notes(String notes) |
Sets the value of the Notes property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.pillarId(String pillarId) |
Sets the value of the PillarId property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.questionDescription(String questionDescription) |
Sets the value of the QuestionDescription property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.questionId(String questionId) |
Sets the value of the QuestionId property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.questionTitle(String questionTitle) |
Sets the value of the QuestionTitle property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.reason(String reason) |
The reason why the question is not applicable to your review template.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.reason(AnswerReason reason) |
The reason why the question is not applicable to your review template.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.selectedChoices(String... selectedChoices) |
Sets the value of the SelectedChoices property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.Builder.selectedChoices(Collection<String> selectedChoices) |
Sets the value of the SelectedChoices property for this object.
|
ReviewTemplateAnswer.Builder |
ReviewTemplateAnswer.toBuilder() |
|