Uses of Class
com.restfb.types.send.QuickReply.QuickReplyType
-
Packages that use QuickReply.QuickReplyType Package Description com.restfb.types.send Contains all types that are necessary to interact with Facebook Send API. -
-
Uses of QuickReply.QuickReplyType in com.restfb.types.send
Methods in com.restfb.types.send that return QuickReply.QuickReplyType Modifier and Type Method Description static QuickReply.QuickReplyType
QuickReply.QuickReplyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QuickReply.QuickReplyType[]
QuickReply.QuickReplyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.restfb.types.send with parameters of type QuickReply.QuickReplyType Constructor Description QuickReply(QuickReply.QuickReplyType quickReplyType)
-