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