public class WhatsAppInboundContactMessage extends WhatsAppInboundMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTACTS |
SERIALIZED_NAME_CONTEXT, SERIALIZED_NAME_TYPE, type| Constructor and Description |
|---|
WhatsAppInboundContactMessage() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInboundContactMessage |
addContactsItem(WhatsAppContact contactsItem) |
WhatsAppInboundContactMessage |
contacts(List<WhatsAppContact> contacts) |
boolean |
equals(Object o) |
List<WhatsAppContact> |
getContacts()
Get contacts
|
int |
hashCode() |
void |
setContacts(List<WhatsAppContact> contacts) |
String |
toString() |
context, getContext, getType, setContext, setType, typepublic static final String SERIALIZED_NAME_CONTACTS
public WhatsAppInboundContactMessage contacts(List<WhatsAppContact> contacts)
public WhatsAppInboundContactMessage addContactsItem(WhatsAppContact contactsItem)
public List<WhatsAppContact> getContacts()
public void setContacts(List<WhatsAppContact> contacts)
public boolean equals(Object o)
equals in class WhatsAppInboundMessagepublic int hashCode()
hashCode in class WhatsAppInboundMessagepublic String toString()
toString in class WhatsAppInboundMessageCopyright © 2022. All rights reserved.