Uses of Class
com.restfb.types.webhook.messaging.ButtonItem
-
Packages that use ButtonItem Package Description com.restfb.types.webhook.messaging -
-
Uses of ButtonItem in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging that return types with arguments of type ButtonItem Modifier and Type Method Description List<ButtonItem>
ElementItem. getButtons()
List<ButtonItem>
MessagingPayload. getButtons()
Method parameters in com.restfb.types.webhook.messaging with type arguments of type ButtonItem Modifier and Type Method Description void
ElementItem. setButtons(List<ButtonItem> buttons)
void
MessagingPayload. setButtons(List<ButtonItem> buttons)
-