Uses of Interface
facebook4j.InboxResponseList

Packages that use InboxResponseList
facebook4j.api   
 

Uses of InboxResponseList in facebook4j.api
 

Methods in facebook4j.api that return InboxResponseList
 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.
 InboxResponseList<Message> MessageMethods.getInbox()
          Returns the messages in the current user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(Reading reading)
          Returns the messages in the current user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(String userId)
          Returns the messages in a user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(String userId, Reading reading)
          Returns the messages in a user's inbox.
 



Copyright © 2019. All rights reserved.