public class WhatsAppInboundMessageData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTACT |
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_MESSAGE_ID |
static String |
SERIALIZED_NAME_PRICE |
static String |
SERIALIZED_NAME_RECEIVED_AT |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
WhatsAppInboundMessageData() |
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_TO
public static final String SERIALIZED_NAME_RECEIVED_AT
public static final String SERIALIZED_NAME_MESSAGE_ID
public static final String SERIALIZED_NAME_PRICE
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_CONTACT
public WhatsAppInboundMessageData from(String from)
public String getFrom()
public void setFrom(String from)
public WhatsAppInboundMessageData to(String to)
public String getTo()
public void setTo(String to)
public WhatsAppInboundMessageData receivedAt(OffsetDateTime receivedAt)
public OffsetDateTime getReceivedAt()
public void setReceivedAt(OffsetDateTime receivedAt)
public WhatsAppInboundMessageData messageId(String messageId)
public String getMessageId()
public void setMessageId(String messageId)
public WhatsAppInboundMessageData price(MessagePrice price)
public MessagePrice getPrice()
public void setPrice(MessagePrice price)
public WhatsAppInboundMessageData message(WhatsAppInboundMessage message)
public WhatsAppInboundMessage getMessage()
public void setMessage(WhatsAppInboundMessage message)
public WhatsAppInboundMessageData contact(WhatsAppContactName contact)
public WhatsAppContactName getContact()
public void setContact(WhatsAppContactName contact)
Copyright © 2022. All rights reserved.