Uses of Class
com.restfb.types.webhook.messaging.CheckoutUpdateItem
-
Packages that use CheckoutUpdateItem Package Description com.restfb.types.webhook.messaging com.restfb.webhook -
-
Uses of CheckoutUpdateItem in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging that return CheckoutUpdateItem Modifier and Type Method Description CheckoutUpdateItem
MessagingItem. getCheckoutUpdate()
Methods in com.restfb.types.webhook.messaging with parameters of type CheckoutUpdateItem Modifier and Type Method Description void
MessagingItem. setCheckoutUpdate(CheckoutUpdateItem checkoutUpdate)
-
Uses of CheckoutUpdateItem in com.restfb.webhook
Methods in com.restfb.webhook with parameters of type CheckoutUpdateItem Modifier and Type Method Description void
AbstractWebhookMessagingListener. checkoutUpdate(CheckoutUpdateItem checkoutUpdate, MessagingParticipant recipient, MessagingParticipant sender, Date timestamp)
void
WebhookMessagingListener. checkoutUpdate(CheckoutUpdateItem checkoutUpdate, MessagingParticipant recipient, MessagingParticipant sender, Date timestamp)
-