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