|
||||||||||
| 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(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(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.getNoRetweetIds()
Returns the list of user_ids for which the authenticating user has said they do not want to receive retweets from when successful. |
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)
Deprecated. use StatusMethods.getRetweetedByIDs(long, twitter4j.Paging) instead |
IDs |
StatusMethods.getRetweetedByIDs(long statusId,
Paging paging)
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(String rawJSON)
Constructs a IDs object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||