Interface ProjectDetails.Builder

    • Method Detail

      • businessProblem

        ProjectDetails.Builder businessProblem​(String businessProblem)

        Describes the business problem that the project aims to solve. This information is crucial for understanding the project’s goals and objectives.

        Parameters:
        businessProblem - Describes the business problem that the project aims to solve. This information is crucial for understanding the project’s goals and objectives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expectedCustomerSpend

        ProjectDetails.Builder expectedCustomerSpend​(Collection<ExpectedCustomerSpend> expectedCustomerSpend)

        Contains revenue estimates for the partner related to the project. This field provides an idea of the financial potential of the opportunity for the partner.

        Parameters:
        expectedCustomerSpend - Contains revenue estimates for the partner related to the project. This field provides an idea of the financial potential of the opportunity for the partner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expectedCustomerSpend

        ProjectDetails.Builder expectedCustomerSpend​(ExpectedCustomerSpend... expectedCustomerSpend)

        Contains revenue estimates for the partner related to the project. This field provides an idea of the financial potential of the opportunity for the partner.

        Parameters:
        expectedCustomerSpend - Contains revenue estimates for the partner related to the project. This field provides an idea of the financial potential of the opportunity for the partner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetCompletionDate

        ProjectDetails.Builder targetCompletionDate​(String targetCompletionDate)

        Specifies the estimated date of project completion. This field helps track the project timeline and manage expectations.

        Parameters:
        targetCompletionDate - Specifies the estimated date of project completion. This field helps track the project timeline and manage expectations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        ProjectDetails.Builder title​(String title)

        Specifies the title of the project. This title helps partners quickly identify and understand the focus of the project.

        Parameters:
        title - Specifies the title of the project. This title helps partners quickly identify and understand the focus of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.