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