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