Interface AssigneeContact.Builder

  • Method Details

    • businessTitle

      AssigneeContact.Builder businessTitle(String businessTitle)

      Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization. Use the value PartnerAccountManager to update details of the opportunity owner.

      Parameters:
      businessTitle - Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization. Use the value PartnerAccountManager to update details of the opportunity owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • email

      Provides the email address of the assignee. This email is used for communications and notifications related to the opportunity.

      Parameters:
      email - Provides the email address of the assignee. This email is used for communications and notifications related to the opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firstName

      AssigneeContact.Builder firstName(String firstName)

      Specifies the first name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

      Parameters:
      firstName - Specifies the first name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastName

      AssigneeContact.Builder lastName(String lastName)

      Specifies the last name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

      Parameters:
      lastName - Specifies the last name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.