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