Uses of Interface
twitter4j.DirectMessage

Packages that use DirectMessage
twitter4j.api   
twitter4j.json   
 

Uses of DirectMessage in twitter4j.api
 

Methods in twitter4j.api that return DirectMessage
 DirectMessage DirectMessageMethods.destroyDirectMessage(long id)
          Destroys the direct message specified in the required ID parameter.
 DirectMessage DirectMessageMethods.sendDirectMessage(long userId, java.lang.String text)
          Sends a new direct message to the specified user from the authenticating user.
 DirectMessage DirectMessageMethods.sendDirectMessage(java.lang.String screenName, java.lang.String text)
          Sends a new direct message to the specified user from the authenticating user.
 DirectMessage DirectMessageMethods.showDirectMessage(long id)
          Returns a single direct message, specified by an id parameter.
 

Methods in twitter4j.api that return types with arguments of type DirectMessage
 ResponseList<DirectMessage> DirectMessageMethods.getDirectMessages()
          Returns a list of the direct messages sent to the authenticating user.
 ResponseList<DirectMessage> DirectMessageMethods.getDirectMessages(Paging paging)
          Returns a list of the direct messages sent to the authenticating user.
 ResponseList<DirectMessage> DirectMessageMethods.getSentDirectMessages()
          Returns a list of the direct messages sent by the authenticating user.
 ResponseList<DirectMessage> DirectMessageMethods.getSentDirectMessages(Paging paging)
          Returns a list of the direct messages sent by the authenticating user.
 

Uses of DirectMessage in twitter4j.json
 

Methods in twitter4j.json that return DirectMessage
static DirectMessage DataObjectFactory.createDirectMessage(java.lang.String rawJSON)
          Constructs a DirectMessage object from rawJSON string.
 



Copyright © 2011. All Rights Reserved.