public class MessageEnvelope extends Object implements Serializable
| Constructor and Description |
|---|
MessageEnvelope() |
public void setSender(User sender)
sender.sender - the sender to set.public void setRecipient(User recipient)
recipient.recipient - the recipient to set.public void setTimestamp(Calendar timestamp)
timestamp.timestamp - the timestamp to set.public IncomingMessage getMessage()
message.message.public void setMessage(IncomingMessage message)
message.message - the message to set.public void setPostback(Postback postback)
postback.postback - the postback to set.public AccountLinking getAccountLinking()
accountLinking.accountLinking.public void setAccountLinking(AccountLinking accountLinking)
accountLinking.accountLinking - the accountLinking to set.public DeliveredMessage getDelivery()
delivery.delivery.public void setDelivery(DeliveredMessage delivery)
delivery.delivery - the delivery to set.public void setReferral(Referral referral)
referral.referral - the referral to set.public void setPayment(Payment payment)
payment.payment - the payment to set.public CheckoutUpdate getCheckoutUpdate()
checkoutUpdate.checkoutUpdate.public void setCheckoutUpdate(CheckoutUpdate checkoutUpdate)
checkoutUpdate.checkoutUpdate - the checkoutUpdate to set.public PreCheckout getPreCheckout()
preCheckout.preCheckout.public void setPreCheckout(PreCheckout preCheckout)
preCheckout.preCheckout - the preCheckout to set.Copyright © 2017 BotMill. All rights reserved.