|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDs | |
---|---|
twitter4j.api | |
twitter4j.json |
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 |
FriendsFollowersMethods.getFollowersIDs(long cursor)
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
FriendsFollowersMethods.getFollowersIDs(long userId,
long cursor)
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
FriendsFollowersMethods.getFollowersIDs(java.lang.String screenName,
long cursor)
Returns an array of numeric IDs for every user the specified user is followed by. |
IDs |
FriendsFollowersMethods.getFriendsIDs(long cursor)
Returns an array of numeric IDs for every user the authenticating user is following. |
IDs |
FriendsFollowersMethods.getFriendsIDs(long userId,
long cursor)
Returns an array of numeric IDs for every user the specified user is following. |
IDs |
FriendsFollowersMethods.getFriendsIDs(java.lang.String screenName,
long cursor)
Returns an array of numeric IDs for every user the specified user is following. |
IDs |
FriendshipMethods.getIncomingFriendships(long cursor)
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user. |
IDs |
FriendshipMethods.getOutgoingFriendships(long cursor)
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request. |
IDs |
StatusMethods.getRetweetedByIDs(long statusId)
Show user ids of up to 100 users who retweeted the status represented by id This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format |
Uses of IDs in twitter4j.json |
---|
Methods in twitter4j.json that return IDs | |
---|---|
static IDs |
DataObjectFactory.createIDs(java.lang.String rawJSON)
Constructs a IDs object from rawJSON string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |