Interface ImprovementSummary.Builder

    • Method Detail

      • questionId

        ImprovementSummary.Builder questionId​(String questionId)
        Sets the value of the QuestionId property for this object.
        Parameters:
        questionId - The new value for the QuestionId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pillarId

        ImprovementSummary.Builder pillarId​(String pillarId)
        Sets the value of the PillarId property for this object.
        Parameters:
        pillarId - The new value for the PillarId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • questionTitle

        ImprovementSummary.Builder questionTitle​(String questionTitle)
        Sets the value of the QuestionTitle property for this object.
        Parameters:
        questionTitle - The new value for the QuestionTitle property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • risk

        ImprovementSummary.Builder risk​(String risk)
        Sets the value of the Risk property for this object.
        Parameters:
        risk - The new value for the Risk property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Risk, Risk
      • risk

        ImprovementSummary.Builder risk​(Risk risk)
        Sets the value of the Risk property for this object.
        Parameters:
        risk - The new value for the Risk property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Risk, Risk
      • improvementPlanUrl

        ImprovementSummary.Builder improvementPlanUrl​(String improvementPlanUrl)
        Sets the value of the ImprovementPlanUrl property for this object.
        Parameters:
        improvementPlanUrl - The new value for the ImprovementPlanUrl property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • improvementPlans

        ImprovementSummary.Builder improvementPlans​(Collection<ChoiceImprovementPlan> improvementPlans)

        The improvement plan details.

        Parameters:
        improvementPlans - The improvement plan details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • improvementPlans

        ImprovementSummary.Builder improvementPlans​(ChoiceImprovementPlan... improvementPlans)

        The improvement plan details.

        Parameters:
        improvementPlans - The improvement plan details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jiraConfiguration

        ImprovementSummary.Builder jiraConfiguration​(JiraConfiguration jiraConfiguration)

        Configuration of the Jira integration.

        Parameters:
        jiraConfiguration - Configuration of the Jira integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.