AnswerSummary |
AnswerSummary.clone() |
AnswerSummary |
AnswerSummary.withChoices(Choice... choices)
NOTE: This method appends the values to the existing list (if any).
|
AnswerSummary |
AnswerSummary.withChoices(Collection<Choice> choices) |
AnswerSummary |
AnswerSummary.withIsApplicable(Boolean isApplicable) |
AnswerSummary |
AnswerSummary.withPillarId(String pillarId) |
AnswerSummary |
AnswerSummary.withQuestionId(String questionId) |
AnswerSummary |
AnswerSummary.withQuestionTitle(String questionTitle) |
AnswerSummary |
AnswerSummary.withRisk(Risk risk) |
AnswerSummary |
AnswerSummary.withRisk(String risk) |
AnswerSummary |
AnswerSummary.withSelectedChoices(Collection<String> selectedChoices) |
AnswerSummary |
AnswerSummary.withSelectedChoices(String... selectedChoices)
NOTE: This method appends the values to the existing list (if any).
|