|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDs | |
---|---|
twitter4j | |
twitter4j.api |
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(long cursor)
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,
long cursor)
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. 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(long cursor)
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,
long cursor)
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)
|
Uses of IDs in twitter4j.api |
---|
Methods in twitter4j.api that return IDs | |
---|---|
IDs |
BlockMethods.getBlockingUsersIDs()
Returns an array of numeric user ids the authenticating user is blocking. |
IDs |
SocialGraphMethods.getFollowersIDs()
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
SocialGraphMethods.getFollowersIDs(int userId)
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
SocialGraphMethods.getFollowersIDs(int userId,
long cursor)
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
SocialGraphMethods.getFollowersIDs(long cursor)
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
SocialGraphMethods.getFollowersIDs(java.lang.String screenName)
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
SocialGraphMethods.getFollowersIDs(java.lang.String screenName,
long cursor)
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
SocialGraphMethods.getFriendsIDs()
Returns an array of numeric IDs for every user the authenticating user is following. |
IDs |
SocialGraphMethods.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 |
SocialGraphMethods.getFriendsIDs(int userId,
long cursor)
Returns an array of numeric IDs for every user the specified user is following. |
IDs |
SocialGraphMethods.getFriendsIDs(long cursor)
Returns an array of numeric IDs for every user the authenticating user is following. |
IDs |
SocialGraphMethods.getFriendsIDs(java.lang.String screenName)
Returns an array of numeric IDs for every user the specified user is following. |
IDs |
SocialGraphMethods.getFriendsIDs(java.lang.String screenName,
long cursor)
Returns an array of numeric IDs for every user the specified user is following. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |