Package com.restfb.types.send
Class Message
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.send.Message
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addQuickReplies
(List<QuickReply> quickReplyList) add list ofQuickReply
objects to the list of QuickRepliesboolean
addQuickReply
(QuickReply quickReply) add singleQuickReply
to the list of QuickRepliesgetText()
void
setMetadata
(String metadata) Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Message
-
Message
-
-
Method Details
-
addQuickReply
add singleQuickReply
to the list of QuickReplies- Parameters:
quickReply
- the QuickReply you like to add- Returns:
-
addQuickReplies
add list ofQuickReply
objects to the list of QuickReplies- Parameters:
quickReplyList
- the list QuickReplies you like to add- Returns:
-
getQuickReplies
-
getText
-
getMetadata
-
setMetadata
-
getAttachment
-