Package | Description |
---|---|
twitter4j.api | |
twitter4j.json |
Modifier and Type | Method and Description |
---|---|
IDs |
UsersResources.getBlocksIDs()
Returns an array of numeric user ids the authenticating user is blocking.
|
IDs |
UsersResources.getBlocksIDs(long cursor)
Returns an array of numeric user ids the authenticating user is blocking.
|
IDs |
FriendsFollowersResources.getFollowersIDs(long cursor)
Returns an array of numeric IDs for every user the specified user is followed by.
|
IDs |
FriendsFollowersResources.getFollowersIDs(long userId,
long cursor)
Returns an array of numeric IDs for every user the specified user is followed by.
|
IDs |
FriendsFollowersResources.getFollowersIDs(String screenName,
long cursor)
Returns an array of numeric IDs for every user the specified user is followed by.
|
IDs |
FriendsFollowersResources.getFriendsIDs(long cursor)
Returns an array of numeric IDs for every user the authenticating user is following.
|
IDs |
FriendsFollowersResources.getFriendsIDs(long userId,
long cursor)
Returns an array of numeric IDs for every user the specified user is following.
|
IDs |
FriendsFollowersResources.getFriendsIDs(String screenName,
long cursor)
Returns an array of numeric IDs for every user the specified user is following.
|
IDs |
FriendsFollowersResources.getIncomingFriendships(long cursor)
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
|
IDs |
FriendsFollowersResources.getOutgoingFriendships(long cursor)
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
|
IDs |
TweetsResources.getRetweeterIds(long statusId,
int count,
long cursor)
Returns a collection of up to
count user IDs belonging to users
who have retweeted the tweet specified by the id parameter. |
IDs |
TweetsResources.getRetweeterIds(long statusId,
long cursor)
Returns a collection of up to 100 user IDs belonging to users who have
retweeted the tweet specified by the id parameter.
|
Modifier and Type | Method and Description |
---|---|
static IDs |
DataObjectFactory.createIDs(String rawJSON)
Constructs a IDs object from rawJSON string.
|
Copyright © 2013. All Rights Reserved.