static Contacts.Builder |
Contacts.builder() |
|
Contacts.Builder |
Contacts.Builder.emails(Collection<ContactDetails> emails) |
List of emails for contacts of the result.
|
Contacts.Builder |
Contacts.Builder.emails(Consumer<ContactDetails.Builder>... emails) |
List of emails for contacts of the result.
|
Contacts.Builder |
Contacts.Builder.emails(ContactDetails... emails) |
List of emails for contacts of the result.
|
Contacts.Builder |
Contacts.Builder.faxes(Collection<ContactDetails> faxes) |
List of fax addresses for the result contact.
|
Contacts.Builder |
Contacts.Builder.faxes(Consumer<ContactDetails.Builder>... faxes) |
List of fax addresses for the result contact.
|
Contacts.Builder |
Contacts.Builder.faxes(ContactDetails... faxes) |
List of fax addresses for the result contact.
|
Contacts.Builder |
Contacts.Builder.phones(Collection<ContactDetails> phones) |
List of phone numbers for the results contact.
|
Contacts.Builder |
Contacts.Builder.phones(Consumer<ContactDetails.Builder>... phones) |
List of phone numbers for the results contact.
|
Contacts.Builder |
Contacts.Builder.phones(ContactDetails... phones) |
List of phone numbers for the results contact.
|
Contacts.Builder |
Contacts.toBuilder() |
|
Contacts.Builder |
Contacts.Builder.websites(Collection<ContactDetails> websites) |
List of website URLs that belong to the result.
|
Contacts.Builder |
Contacts.Builder.websites(Consumer<ContactDetails.Builder>... websites) |
List of website URLs that belong to the result.
|
Contacts.Builder |
Contacts.Builder.websites(ContactDetails... websites) |
List of website URLs that belong to the result.
|