Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
twitter4j.api |
APIs represents Twitter API resources
|
twitter4j.json |
this package is deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IDs |
TwitterObjectFactory.createIDs(String rawJSON)
Constructs a IDs object from rawJSON string.
|
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(long userId,
long cursor,
int count)
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.getFollowersIDs(String screenName,
long cursor,
int count)
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(long userId,
long cursor,
int count)
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.getFriendsIDs(String screenName,
long cursor,
int count)
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 |
UsersResources.getMutesIDs(long cursor)
Returns an array of numeric user ids the authenticating user is muting.
|
IDs |
FriendsFollowersResources.getNoRetweetsFriendships()
Returns a collection of user IDs that the currently authenticated user does not want to receive retweets from.
|
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)
Deprecated.
Constructs a IDs object from rawJSON string.
|
Copyright © 2018. All rights reserved.