Uses of Class
com.restfb.types.webhook.messaging.MessagingItem
-
Packages that use MessagingItem Package Description com.restfb.types.webhook -
-
Uses of MessagingItem in com.restfb.types.webhook
Methods in com.restfb.types.webhook that return types with arguments of type MessagingItem Modifier and Type Method Description List<MessagingItem>
WebhookEntry. getMessaging()
List<MessagingItem>
WebhookEntry. getStandby()
Method parameters in com.restfb.types.webhook with type arguments of type MessagingItem Modifier and Type Method Description void
WebhookEntry. setMessaging(List<MessagingItem> messaging)
void
WebhookEntry. setStandby(List<MessagingItem> standby)
-