|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConversationMethods
| Method Summary | |
|---|---|
String |
answerConversation(String conversationId,
String conversation)
Answer conversation. |
Conversation |
getConversation(String conversationId)
Returns a single conversation. |
Conversation |
getConversation(String conversationId,
Reading reading)
Returns a single conversation. |
InboxResponseList<Conversation> |
getConversations()
Returns the conversations of the current page. |
InboxResponseList<Conversation> |
getConversations(Reading reading)
Returns the conversations of the current page. |
InboxResponseList<Conversation> |
getConversations(String pageId)
Returns the conversations of a page. |
InboxResponseList<Conversation> |
getConversations(String pageId,
Reading reading)
Returns the conversations of a page. |
| Method Detail |
|---|
InboxResponseList<Conversation> getConversations()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
InboxResponseList<Conversation> getConversations(Reading reading)
throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
InboxResponseList<Conversation> getConversations(String pageId)
throws FacebookException
pageId - the ID of a page
FacebookException - when Facebook service or network is unavailable
InboxResponseList<Conversation> getConversations(String pageId,
Reading reading)
throws FacebookException
pageId - the ID of a pagereading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
Conversation getConversation(String conversationId)
throws FacebookException
conversationId - the ID of the conversation
FacebookException - when Facebook service or network is unavailable
Conversation getConversation(String conversationId,
Reading reading)
throws FacebookException
conversationId - the ID of the conversationreading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
String answerConversation(String conversationId,
String conversation)
throws FacebookException
conversationId - the ID of the conversationconversation - comment text
FacebookException - when Facebook service or network is unavailable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||