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

    • email

      Contact.Builder email(String email)

      The email address of the contact person.

      Parameters:
      email - The email address of the contact person.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firstName

      Contact.Builder firstName(String firstName)

      The first name of the contact person.

      Parameters:
      firstName - The first name of the contact person.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastName

      Contact.Builder lastName(String lastName)

      The last name of the contact person.

      Parameters:
      lastName - The last name of the contact person.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • businessTitle

      Contact.Builder businessTitle(String businessTitle)

      The business title or role of the contact person within the organization.

      Parameters:
      businessTitle - The business title or role of the contact person within the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phone

      Contact.Builder phone(String phone)

      The phone number of the contact person.

      Parameters:
      phone - The phone number of the contact person.
      Returns:
      Returns a reference to this object so that method calls can be chained together.