Interface Contacts.Builder

    • Method Detail

      • phones

        Contacts.Builder phones​(Collection<ContactDetails> phones)

        List of phone numbers for the results contact.

        Parameters:
        phones - List of phone numbers for the results contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phones

        Contacts.Builder phones​(ContactDetails... phones)

        List of phone numbers for the results contact.

        Parameters:
        phones - List of phone numbers for the results contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faxes

        Contacts.Builder faxes​(Collection<ContactDetails> faxes)

        List of fax addresses for the result contact.

        Parameters:
        faxes - List of fax addresses for the result contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faxes

        Contacts.Builder faxes​(ContactDetails... faxes)

        List of fax addresses for the result contact.

        Parameters:
        faxes - List of fax addresses for the result contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • websites

        Contacts.Builder websites​(Collection<ContactDetails> websites)

        List of website URLs that belong to the result.

        Parameters:
        websites - List of website URLs that belong to the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • websites

        Contacts.Builder websites​(ContactDetails... websites)

        List of website URLs that belong to the result.

        Parameters:
        websites - List of website URLs that belong to the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emails

        Contacts.Builder emails​(Collection<ContactDetails> emails)

        List of emails for contacts of the result.

        Parameters:
        emails - List of emails for contacts of the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emails

        Contacts.Builder emails​(ContactDetails... emails)

        List of emails for contacts of the result.

        Parameters:
        emails - List of emails for contacts of the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.