static AnswerSummary.Builder |
AnswerSummary.builder() |
|
AnswerSummary.Builder |
AnswerSummary.Builder.choiceAnswerSummaries(Collection<ChoiceAnswerSummary> choiceAnswerSummaries) |
A list of selected choices to a question in your workload.
|
AnswerSummary.Builder |
AnswerSummary.Builder.choiceAnswerSummaries(Consumer<ChoiceAnswerSummary.Builder>... choiceAnswerSummaries) |
A list of selected choices to a question in your workload.
|
AnswerSummary.Builder |
AnswerSummary.Builder.choiceAnswerSummaries(ChoiceAnswerSummary... choiceAnswerSummaries) |
A list of selected choices to a question in your workload.
|
AnswerSummary.Builder |
AnswerSummary.Builder.choices(Collection<Choice> choices) |
Sets the value of the Choices property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.choices(Consumer<Choice.Builder>... choices) |
Sets the value of the Choices property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.choices(Choice... choices) |
Sets the value of the Choices property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.isApplicable(Boolean isApplicable) |
Sets the value of the IsApplicable property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.pillarId(String pillarId) |
Sets the value of the PillarId property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.questionId(String questionId) |
Sets the value of the QuestionId property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.questionTitle(String questionTitle) |
Sets the value of the QuestionTitle property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.questionType(String questionType) |
The type of the question.
|
AnswerSummary.Builder |
AnswerSummary.Builder.questionType(QuestionType questionType) |
The type of the question.
|
AnswerSummary.Builder |
AnswerSummary.Builder.reason(String reason) |
The reason why a choice is non-applicable to a question in your workload.
|
AnswerSummary.Builder |
AnswerSummary.Builder.reason(AnswerReason reason) |
The reason why a choice is non-applicable to a question in your workload.
|
AnswerSummary.Builder |
AnswerSummary.Builder.risk(String risk) |
Sets the value of the Risk property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.risk(Risk risk) |
Sets the value of the Risk property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.selectedChoices(String... selectedChoices) |
Sets the value of the SelectedChoices property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.selectedChoices(Collection<String> selectedChoices) |
Sets the value of the SelectedChoices property for this object.
|
AnswerSummary.Builder |
AnswerSummary.toBuilder() |
|