Package com.restfb.types.send
Class QuickReply
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.send.QuickReply
- All Implemented Interfaces:
Serializable
Represents the
Quick Reply
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionQuickReply
(QuickReply.QuickReplyType quickReplyType) QuickReply
(String title, String payload) QuickReply
(String contentType, String title, String payload) Deprecated.use constructor without contenttype instead. -
Method Summary
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
QuickReply
Deprecated.use constructor without contenttype instead. If using content type 'text' useQuickReply(String,String)
-
QuickReply
-
QuickReply
-
-
Method Details
-
getContentType
-
getTitle
-
getPayload
-
getImageUrl
-
setImageUrl
-