|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageMethods
Method Summary | |
---|---|
InboxResponseList<Message> |
getInbox()
Returns the messages in the current user's inbox. |
InboxResponseList<Message> |
getInbox(Reading reading)
Returns the messages in the current user's inbox. |
InboxResponseList<Message> |
getInbox(String userId)
Returns the messages in a user's inbox. |
InboxResponseList<Message> |
getInbox(String userId,
Reading reading)
Returns the messages in a user's inbox. |
Message |
getMessage(String messageId)
Returns a single message. |
Message |
getMessage(String messageId,
Reading reading)
Returns a single message. |
ResponseList<Message> |
getOutbox()
Returns the messages in the current user's outbox. |
ResponseList<Message> |
getOutbox(Reading reading)
Returns the messages in the current user's outbox. |
ResponseList<Message> |
getOutbox(String userId)
Returns the messages in a user's outbox. |
ResponseList<Message> |
getOutbox(String userId,
Reading reading)
Returns the messages in a user's outbox. |
ResponseList<Message> |
getUpdates()
Returns the updates in the current user's inbox. |
ResponseList<Message> |
getUpdates(Reading reading)
Returns the updates in the current user's inbox. |
ResponseList<Message> |
getUpdates(String userId)
Returns the updates in a user's inbox. |
ResponseList<Message> |
getUpdates(String userId,
Reading reading)
Returns the updates in a user's inbox. |
Method Detail |
---|
InboxResponseList<Message> getInbox() throws FacebookException
FacebookException
- when Facebook service or network is unavailableInboxResponseList<Message> getInbox(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableInboxResponseList<Message> getInbox(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableInboxResponseList<Message> getInbox(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Message> getOutbox() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Message> getOutbox(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Message> getOutbox(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Message> getOutbox(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Message> getUpdates() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Message> getUpdates(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Message> getUpdates(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Message> getUpdates(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableMessage getMessage(String messageId) throws FacebookException
messageId
- the ID of the message
FacebookException
- when Facebook service or network is unavailableMessage getMessage(String messageId, Reading reading) throws FacebookException
messageId
- the ID of the messagereading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |