static Answer.Builder |
Answer.builder() |
|
Answer.Builder |
Answer.Builder.choiceAnswers(Collection<ChoiceAnswer> choiceAnswers) |
A list of selected choices to a question in your workload.
|
Answer.Builder |
Answer.Builder.choiceAnswers(Consumer<ChoiceAnswer.Builder>... choiceAnswers) |
A list of selected choices to a question in your workload.
|
Answer.Builder |
Answer.Builder.choiceAnswers(ChoiceAnswer... choiceAnswers) |
A list of selected choices to a question in your workload.
|
Answer.Builder |
Answer.Builder.choices(Collection<Choice> choices) |
Sets the value of the Choices property for this object.
|
Answer.Builder |
Answer.Builder.choices(Consumer<Choice.Builder>... choices) |
Sets the value of the Choices property for this object.
|
Answer.Builder |
Answer.Builder.choices(Choice... choices) |
Sets the value of the Choices property for this object.
|
Answer.Builder |
Answer.Builder.helpfulResourceDisplayText(String helpfulResourceDisplayText) |
The helpful resource text to be displayed for a custom lens.
|
Answer.Builder |
Answer.Builder.helpfulResourceUrl(String helpfulResourceUrl) |
Sets the value of the HelpfulResourceUrl property for this object.
|
Answer.Builder |
Answer.Builder.improvementPlanUrl(String improvementPlanUrl) |
Sets the value of the ImprovementPlanUrl property for this object.
|
Answer.Builder |
Answer.Builder.isApplicable(Boolean isApplicable) |
Sets the value of the IsApplicable property for this object.
|
default Answer.Builder |
Answer.Builder.jiraConfiguration(Consumer<JiraConfiguration.Builder> jiraConfiguration) |
Configuration of the Jira integration.
|
Answer.Builder |
Answer.Builder.jiraConfiguration(JiraConfiguration jiraConfiguration) |
Configuration of the Jira integration.
|
Answer.Builder |
Answer.Builder.notes(String notes) |
Sets the value of the Notes property for this object.
|
Answer.Builder |
Answer.Builder.pillarId(String pillarId) |
Sets the value of the PillarId property for this object.
|
Answer.Builder |
Answer.Builder.questionDescription(String questionDescription) |
Sets the value of the QuestionDescription property for this object.
|
Answer.Builder |
Answer.Builder.questionId(String questionId) |
Sets the value of the QuestionId property for this object.
|
Answer.Builder |
Answer.Builder.questionTitle(String questionTitle) |
Sets the value of the QuestionTitle property for this object.
|
Answer.Builder |
Answer.Builder.reason(String reason) |
The reason why the question is not applicable to your workload.
|
Answer.Builder |
Answer.Builder.reason(AnswerReason reason) |
The reason why the question is not applicable to your workload.
|
Answer.Builder |
Answer.Builder.risk(String risk) |
Sets the value of the Risk property for this object.
|
Answer.Builder |
Answer.Builder.risk(Risk risk) |
Sets the value of the Risk property for this object.
|
Answer.Builder |
Answer.Builder.selectedChoices(String... selectedChoices) |
Sets the value of the SelectedChoices property for this object.
|
Answer.Builder |
Answer.Builder.selectedChoices(Collection<String> selectedChoices) |
Sets the value of the SelectedChoices property for this object.
|
Answer.Builder |
Answer.toBuilder() |
|