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