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