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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddQuickReplies(List<QuickReply> quickReplyList) add list ofQuickReplyobjects to the list of QuickRepliesbooleanaddQuickReply(QuickReply quickReply) add singleQuickReplyto the list of QuickRepliesgetText()voidsetMetadata(String metadata) Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Message
-
Message
-
-
Method Details
-
addQuickReply
add singleQuickReplyto the list of QuickReplies- Parameters:
quickReply- the QuickReply you like to add- Returns:
-
addQuickReplies
add list ofQuickReplyobjects to the list of QuickReplies- Parameters:
quickReplyList- the list QuickReplies you like to add- Returns:
-
getQuickReplies
-
getText
-
getMetadata
-
setMetadata
-
getAttachment
-