Uses of Interface
com.restfb.types.webhook.messaging.InnerMessagingItem
-
Packages that use InnerMessagingItem Package Description com.restfb.types.webhook.messaging -
-
Uses of InnerMessagingItem in com.restfb.types.webhook.messaging
Classes in com.restfb.types.webhook.messaging that implement InnerMessagingItem Modifier and Type Class Description class
AccountLinkingItem
class
AppRoles
Represents the app roles as used here: App Roles on Facebookclass
CheckoutUpdateItem
Represents the Checkout Update Callbackclass
DeliveryItem
class
MessageEditItem
class
MessageItem
Represents the Message Callbackclass
MessageReaction
class
OptinItem
class
PassThreadControlItem
Represents the Pass Thread Control Callbackclass
PaymentItem
Represents the Payment Callbackclass
PolicyEnforcementItem
Represents a receiving postback object as defined here: https://developers.facebook.com/docs/messenger-platform/webhook-reference/policy-enforcementclass
PostbackItem
Represents a receiving postback object as defined here: https://developers.facebook.com/docs/messenger-platform/webhook-reference/postbackclass
QuickReplyItem
class
ReadItem
class
ReferralItem
Represents the referral field from Scenario 2: https://developers.facebook.com/docs/messenger-platform/referral-paramsclass
RequestThreadControlItem
class
TakeThreadControlItem
Represents the Take Thread Control CallbackMethods in com.restfb.types.webhook.messaging that return InnerMessagingItem Modifier and Type Method Description InnerMessagingItem
MessagingItem. getItem()
generic access to the inner item.
-