Uses of Class
com.restfb.types.Conversation
-
Packages that use Conversation Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Conversation in com.restfb.types
Methods in com.restfb.types that return Conversation Modifier and Type Method Description Conversation
Comment. getPrivateReplyConversation()
For comments with private replies, gets conversation between the Page and author of the comment (Page viewers only)Methods in com.restfb.types with parameters of type Conversation Modifier and Type Method Description void
Comment. setPrivateReplyConversation(Conversation privateReplyConversation)
For comments with private replies, gets conversation between the Page and author of the comment (Page viewers only)
-