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