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