Interface ProfileNextStepsHistory.Builder

    • Method Detail

      • time

        ProfileNextStepsHistory.Builder time​(Instant time)

        Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.

        Parameters:
        time - Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ProfileNextStepsHistory.Builder value​(String value)

        Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.

        Parameters:
        value - Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.
        Returns:
        Returns a reference to this object so that method calls can be chained together.