Interface Contact.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Contact.Builder,Contact>, SdkBuilder<Contact.Builder,Contact>, SdkPojo
Enclosing class:
Contact

@Mutable @NotThreadSafe public static interface Contact.Builder extends SdkPojo, CopyableBuilder<Contact.Builder,Contact>
  • Method Details

    • 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.