Uses of Interface
facebook4j.Conversation

Packages that use Conversation
facebook4j.api   
 

Uses of Conversation in facebook4j.api
 

Methods in facebook4j.api that return Conversation
 Conversation ConversationMethods.getConversation(String conversationId)
          Returns a single conversation.
 Conversation ConversationMethods.getConversation(String conversationId, Reading reading)
          Returns a single conversation.
 

Methods in facebook4j.api that return types with arguments of type Conversation
 InboxResponseList<Conversation> ConversationMethods.getConversations()
          Returns the conversations of the current page.
 InboxResponseList<Conversation> ConversationMethods.getConversations(Reading reading)
          Returns the conversations of the current page.
 InboxResponseList<Conversation> ConversationMethods.getConversations(String pageId)
          Returns the conversations of a page.
 InboxResponseList<Conversation> ConversationMethods.getConversations(String pageId, Reading reading)
          Returns the conversations of a page.
 



Copyright © 2019. All rights reserved.