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, long cursor)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(int userId, Paging paging)
          Deprecated. use getFollowersIDs(int userId, long cursor) instead
 IDs Twitter.getFollowersIDs(long cursor)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(Paging paging)
          Deprecated. use getFollowersIDs(long cursor) instead
 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, long cursor)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(java.lang.String screenName, Paging paging)
          Deprecated. use getFollowersIDs(String screenName, long cursor) instead
 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.
all IDs are attempted to be returned, but large sets of IDs will likely fail with timeout errors.
 IDs Twitter.getFriendsIDs(int userId, long cursor)
          Returns an array of numeric IDs for every user the specified user is following.
 IDs Twitter.getFriendsIDs(int userId, Paging paging)
          Deprecated. use getFriendsIDs(int userId, long cursor) instead
 IDs Twitter.getFriendsIDs(long cursor)
          Returns an array of numeric IDs for every user the authenticating user is following.
 IDs Twitter.getFriendsIDs(Paging paging)
          Deprecated. use getFriendsIDs(long cursor) instead
 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, long cursor)
          Returns an array of numeric IDs for every user the specified user is following.
 IDs Twitter.getFriendsIDs(java.lang.String screenName, Paging paging)
          Deprecated. use getFriendsIDs(String screenName, long cursor) instead
 

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.