Uses of Class
com.restfb.types.send.QuickReply
-
Packages that use QuickReply Package Description com.restfb.types.send Contains all types that are necessary to interact with Facebook Send API. -
-
Uses of QuickReply in com.restfb.types.send
Methods in com.restfb.types.send that return types with arguments of type QuickReply Modifier and Type Method Description List<QuickReply>
Message. getQuickReplies()
Methods in com.restfb.types.send with parameters of type QuickReply Modifier and Type Method Description boolean
Message. addQuickReply(QuickReply quickReply)
add singleQuickReply
to the list of QuickRepliesMethod parameters in com.restfb.types.send with type arguments of type QuickReply Modifier and Type Method Description boolean
Message. addQuickReplies(List<QuickReply> quickReplyList)
add list ofQuickReply
objects to the list of QuickReplies
-