Uses of Class
twitter4j.User

Packages that use User
twitter4j   
 

Uses of User in twitter4j
 

Subclasses of User in twitter4j
 class ExtendedUser
          A data class representing Extended user information element
 class UserWithStatus
          Deprecated. use twitter4j.ExtendedUser instead
 

Methods in twitter4j that return User
 User Twitter.block(java.lang.String id)
          Deprecated. use createBlock(String id) instead
 User Twitter.create(java.lang.String id)
          Deprecated. use createFriendship(String id) instead
 User Twitter.createBlock(java.lang.String id)
          Blocks the user specified in the ID parameter as the authenticating user.
 User Twitter.createFriendship(java.lang.String id)
          Befriends the user specified in the ID parameter as the authenticating user.
 User Twitter.createFriendship(java.lang.String id, boolean follow)
          Befriends the user specified in the ID parameter as the authenticating user.
 User Twitter.destroy(java.lang.String id)
          Deprecated. use destroyFriendship(String id) instead
 User Twitter.destroyBlock(java.lang.String id)
          Un-blocks the user specified in the ID parameter as the authenticating user.
 User Twitter.destroyFriendship(java.lang.String id)
          Discontinues friendship with the user specified in the ID parameter as the authenticating user.
 User Twitter.disableNotification(java.lang.String id)
          Disables notifications for updates from the specified user to the authenticating user.
 User Twitter.enableNotification(java.lang.String id)
          Enables notifications for updates from the specified user to the authenticating user.
 User Twitter.follow(java.lang.String id)
          Deprecated. use enableNotification(String id) instead
 User DirectMessage.getRecipient()
           
 User DirectMessage.getSender()
           
 User Status.getUser()
          Return the user
 User Twitter.leave(java.lang.String id)
          Deprecated. use disableNotification(String id) instead
 User Twitter.unblock(java.lang.String id)
          Deprecated. use destroyBlock(String id) instead
 User Twitter.updateDeliverlyDevice(twitter4j.Twitter.Device device)
          Sets which device Twitter delivers updates to for the authenticating user.
 User Twitter.updateLocation(java.lang.String location)
          Update the location
 

Methods in twitter4j that return types with arguments of type User
static java.util.List<User> User.constructUsers(org.w3c.dom.Document doc, Twitter twitter)
           
 java.util.List<User> Twitter.getFeatured()
          Returns a list of the users currently featured on the site with their current statuses inline.
 java.util.List<User> Twitter.getFollowers()
          Returns the authenticating user's followers, each with current status inline.
 java.util.List<User> Twitter.getFollowers(int page)
          Deprecated. use getFollowers(Paging paging) instead
 java.util.List<User> Twitter.getFollowers(Paging paging)
          Returns the authenticating user's followers, each with current status inline.
 java.util.List<User> Twitter.getFollowers(java.lang.String id)
          Returns the authenticating user's followers, each with current status inline.
 java.util.List<User> Twitter.getFollowers(java.lang.String id, int page)
          Deprecated. use getFollowers(String id, Paging paging) instead
 java.util.List<User> Twitter.getFollowers(java.lang.String id, Paging paging)
          Returns the authenticating user's followers, each with current status inline.
 java.util.List<User> Twitter.getFriends()
          Returns the specified user's friends, each with current status inline.
 java.util.List<User> Twitter.getFriends(int page)
          Deprecated. use getFriends(Paging paging) instead
 java.util.List<User> Twitter.getFriends(Paging paging)
          Returns the specified user's friends, each with current status inline.
 java.util.List<User> Twitter.getFriends(java.lang.String id)
          Returns the user's friends, each with current status inline.
 java.util.List<User> Twitter.getFriends(java.lang.String id, int page)
          Deprecated. use getFriends(String id, Paging paging) instead
 java.util.List<User> Twitter.getFriends(java.lang.String id, Paging paging)
          Returns the user's friends, each with current status inline.
 

Methods in twitter4j with parameters of type User
 void TwitterListener.blocked(User user)
          Deprecated. use createdBlock instead
 void TwitterAdapter.blocked(User user)
           
 void TwitterListener.created(User user)
          Deprecated. use createdFriendship instead
 void TwitterAdapter.created(User user)
           
 void TwitterListener.createdBlock(User user)
           
 void TwitterAdapter.createdBlock(User user)
           
 void TwitterListener.createdFriendship(User user)
           
 void TwitterAdapter.createdFriendship(User user)
           
 void TwitterListener.destroyed(User user)
          Deprecated. use destroyedFriendship instead
 void TwitterAdapter.destroyed(User user)
           
 void TwitterListener.destroyedBlock(User user)
           
 void TwitterAdapter.destroyedBlock(User user)
           
 void TwitterListener.destroyedFriendship(User user)
           
 void TwitterAdapter.destroyedFriendship(User user)
           
 void TwitterListener.disabledNotification(User user)
           
 void TwitterAdapter.disabledNotification(User user)
           
 void TwitterListener.enabledNotification(User user)
           
 void TwitterAdapter.enabledNotification(User user)
           
 void TwitterListener.followed(User user)
          Deprecated. use enabledNotification instead
 void TwitterAdapter.followed(User user)
           
 void TwitterListener.left(User user)
          Deprecated. use disabledNotification instead
 void TwitterAdapter.left(User user)
           
 void TwitterListener.unblocked(User user)
          Deprecated. use destroyedBlock instead
 void TwitterAdapter.unblocked(User user)
           
 void TwitterListener.updatedDeliverlyDevice(User user)
           
 void TwitterAdapter.updatedDeliverlyDevice(User user)
           
 void TwitterListener.updatedLocation(User user)
           
 void TwitterAdapter.updatedLocation(User user)
           
 

Method parameters in twitter4j with type arguments of type User
 void TwitterListener.gotFeatured(java.util.List<User> users)
           
 void TwitterAdapter.gotFeatured(java.util.List<User> users)
           
 void TwitterListener.gotFollowers(java.util.List<User> users)
           
 void TwitterAdapter.gotFollowers(java.util.List<User> users)
           
 void TwitterListener.gotFriends(java.util.List<User> users)
           
 void TwitterAdapter.gotFriends(java.util.List<User> users)
           
 



Copyright © 2009. All Rights Reserved.