Uses of Class
com.restfb.types.webhook.messaging.MessageReaction.Action
-
Packages that use MessageReaction.Action Package Description com.restfb.types.webhook.messaging -
-
Uses of MessageReaction.Action in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging that return MessageReaction.Action Modifier and Type Method Description MessageReaction.Action
MessageReaction. getAction()
action of the reaction ("react", "unreact")static MessageReaction.Action
MessageReaction.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageReaction.Action[]
MessageReaction.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-