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