Interface Contact.Builder

    • Method Detail

      • businessTitle

        Contact.Builder businessTitle​(String businessTitle)

        The partner contact's title (job title or role) associated with the Opportunity. BusinessTitle supports either PartnerAccountManager or OpportunityOwner.

        Parameters:
        businessTitle - The partner contact's title (job title or role) associated with the Opportunity. BusinessTitle supports either PartnerAccountManager or OpportunityOwner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • email

        Contact.Builder email​(String email)

        The contact's email address associated with the Opportunity.

        Parameters:
        email - The contact's email address associated with the Opportunity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firstName

        Contact.Builder firstName​(String firstName)

        The contact's first name associated with the Opportunity.

        Parameters:
        firstName - The contact's first name associated with the Opportunity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastName

        Contact.Builder lastName​(String lastName)

        The contact's last name associated with the Opportunity.

        Parameters:
        lastName - The contact's last name associated with the Opportunity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phone

        Contact.Builder phone​(String phone)

        The contact's phone number associated with the Opportunity.

        Parameters:
        phone - The contact's phone number associated with the Opportunity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.