Uses of Interface
twitter4j.DirectMessage

Packages that use DirectMessage
twitter4j   
twitter4j.api   
 

Uses of DirectMessage in twitter4j
 

Methods in twitter4j that return DirectMessage
 DirectMessage Twitter.destroyDirectMessage(int id)
          Destroys the direct message specified in the required ID parameter.
 DirectMessage Twitter.sendDirectMessage(int userId, java.lang.String text)
          Sends a new direct message to the specified user from the authenticating user.
 DirectMessage Twitter.sendDirectMessage(java.lang.String screenName, java.lang.String text)
          Sends a new direct message to the specified user from the authenticating user.
 

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

Methods in twitter4j with parameters of type DirectMessage
 void TwitterListener.destroyedDirectMessage(DirectMessage message)
           
 void TwitterAdapter.destroyedDirectMessage(DirectMessage message)
           
 void TwitterListener.sentDirectMessage(DirectMessage message)
           
 void TwitterAdapter.sentDirectMessage(DirectMessage message)
           
 

Method parameters in twitter4j with type arguments of type DirectMessage
 void TwitterListener.gotDirectMessages(ResponseList<DirectMessage> messages)
           
 void TwitterAdapter.gotDirectMessages(ResponseList<DirectMessage> messages)
           
 void TwitterListener.gotSentDirectMessages(ResponseList<DirectMessage> messages)
           
 void TwitterAdapter.gotSentDirectMessages(ResponseList<DirectMessage> messages)
           
 

Uses of DirectMessage in twitter4j.api
 

Methods in twitter4j.api that return DirectMessage
 DirectMessage DirectMessageMethods.destroyDirectMessage(int id)
          Destroys the direct message specified in the required ID parameter.
 DirectMessage DirectMessageMethods.sendDirectMessage(int 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.
 

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.
 



Copyright © 2010. All Rights Reserved.