Uses of Class
twitter4j.IDs

Packages that use IDs
twitter4j   
 

Uses of IDs in twitter4j
 

Methods in twitter4j that return IDs
 IDs Twitter.getBlockingUsersIDs()
          Returns an array of numeric user ids the authenticating user is blocking.
 IDs Twitter.getFollowersIDs()
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(int userId)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(int userId, Paging paging)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(Paging paging)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(java.lang.String screenName)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(java.lang.String screenName, Paging paging)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFriendsIDs()
          Returns an array of numeric IDs for every user the authenticating user is following.
 IDs Twitter.getFriendsIDs(int userId)
          Returns an array of numeric IDs for every user the specified user is following.
 IDs Twitter.getFriendsIDs(int userId, Paging paging)
          Returns an array of numeric IDs for every user the specified user is following.
 IDs Twitter.getFriendsIDs(Paging paging)
          Returns an array of numeric IDs for every user the authenticating user is following.
 IDs Twitter.getFriendsIDs(java.lang.String screenName)
          Returns an array of numeric IDs for every user the specified user is following.
 IDs Twitter.getFriendsIDs(java.lang.String screenName, Paging paging)
          Returns an array of numeric IDs for every user the specified user is following.
 

Methods in twitter4j with parameters of type IDs
 void TwitterListener.gotBlockingUsersIDs(IDs blockingUsersIDs)
           
 void TwitterAdapter.gotBlockingUsersIDs(IDs blockingUsersIDs)
           
 void TwitterListener.gotFollowersIDs(IDs ids)
           
 void TwitterAdapter.gotFollowersIDs(IDs ids)
           
 void TwitterListener.gotFriendsIDs(IDs ids)
           
 void TwitterAdapter.gotFriendsIDs(IDs ids)
           
 



Copyright © 2009. All Rights Reserved.