Uses of Class
com.whatsapp.api.domain.messages.Contact
Packages that use Contact
-
Uses of Contact in com.whatsapp.api.domain.messages
Methods in com.whatsapp.api.domain.messages that return ContactModifier and TypeMethodDescriptionContact.addAddress
(Address address) Add addresses contact.Contact.addAddresses
(Address address) Deprecated, for removal: This API element is subject to removal in a future version.Add emails contact.Deprecated, for removal: This API element is subject to removal in a future version.useaddEmail(Email)
insteadAdd phones contact.Deprecated, for removal: This API element is subject to removal in a future version.useaddPhone(Phone)
insteadAdd url contact.Deprecated, for removal: This API element is subject to removal in a future version.useaddUrl(Url)
Contact.setAddresses
(List<Address> addresses) Sets addresses.Contact.setBirthday
(String birthday) Sets birthday.Sets emails.Sets name.Sets org.Sets phones.Sets urls.Methods in com.whatsapp.api.domain.messages that return types with arguments of type ContactModifier and TypeMethodDescriptionMessage.getContactMessage()
Gets contact message.ContactMessage.getContacts()
Gets contacts.Methods in com.whatsapp.api.domain.messages with parameters of type ContactModifier and TypeMethodDescriptionContactMessage.addContacts
(Contact contact) Add contacts contact message.Method parameters in com.whatsapp.api.domain.messages with type arguments of type ContactModifier and TypeMethodDescriptionContactMessage.setContacts
(List<Contact> contacts) Sets contacts.
addAddress(Address)