Package | Description |
---|---|
twitter4j.api |
APIs represents Twitter API resources
|
Modifier and Type | Method and Description |
---|---|
PagableResponseList<User> |
UsersResources.getBlocksList()
Returns a list of user objects that the authenticating user is blocking.
|
PagableResponseList<User> |
UsersResources.getBlocksList(long cursor)
Returns a list of user objects that the authenticating user is blocking.
|
PagableResponseList<User> |
FriendsFollowersResources.getFollowersList(long userId,
long cursor)
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFollowersList(long userId,
long cursor,
int count)
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFollowersList(long userId,
long cursor,
int count,
boolean skipStatus,
boolean includeUserEntities)
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFollowersList(String screenName,
long cursor)
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFollowersList(String screenName,
long cursor,
int count)
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFollowersList(String screenName,
long cursor,
int count,
boolean skipStatus,
boolean includeUserEntities)
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFriendsList(long userId,
long cursor)
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFriendsList(long userId,
long cursor,
int count)
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFriendsList(long userId,
long cursor,
int count,
boolean skipStatus,
boolean includeUserEntities)
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFriendsList(String screenName,
long cursor)
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFriendsList(String screenName,
long cursor,
int count)
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
FriendsFollowersResources.getFriendsList(String screenName,
long cursor,
int count,
boolean skipStatus,
boolean includeUserEntities)
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. |
PagableResponseList<User> |
UsersResources.getMutesList(long cursor)
Returns a list of user objects that the authenticating user is muting.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(long listId,
int count,
long cursor)
Returns the members of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(long listId,
int count,
long cursor,
boolean skipStatus)
Returns the members of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(long listId,
long cursor)
Returns the members of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(long ownerId,
String slug,
int count,
long cursor)
Returns the members of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(long ownerId,
String slug,
int count,
long cursor,
boolean skipStatus)
Returns the members of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(long ownerId,
String slug,
long cursor)
Returns the members of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(String ownerScreenName,
String slug,
int count,
long cursor)
Returns the members of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(String ownerScreenName,
String slug,
int count,
long cursor,
boolean skipStatus)
Returns the members of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListMembers(String ownerScreenName,
String slug,
long cursor)
Returns the members of the specified list.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(int count,
long cursor)
List the lists the authenticating user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(long cursor)
List the lists the authenticating user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(long listMemberId,
int count,
long cursor)
List the lists the specified user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(long listMemberId,
int count,
long cursor,
boolean filterToOwnedLists)
List the lists the specified user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(long listMemberId,
long cursor)
List the lists the specified user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(long listMemberId,
long cursor,
boolean filterToOwnedLists)
List the lists the specified user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(String listMemberScreenName,
int count,
long cursor)
List the lists the specified user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(String listMemberScreenName,
int count,
long cursor,
boolean filterToOwnedLists)
List the lists the specified user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(String listMemberScreenName,
long cursor)
List the lists the specified user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListMemberships(String listMemberScreenName,
long cursor,
boolean filterToOwnedLists)
List the lists the specified user has been added to.
|
PagableResponseList<UserList> |
ListsResources.getUserListsOwnerships(long listOwnerId,
int count,
long cursor)
Returns the lists owned by the specified Twitter user.
|
PagableResponseList<UserList> |
ListsResources.getUserListsOwnerships(long listOwnerId,
long cursor)
Returns the lists owned by the specified Twitter user.
|
PagableResponseList<UserList> |
ListsResources.getUserListsOwnerships(String listOwnerScreenName,
int count,
long cursor)
Returns the lists owned by the specified Twitter user.
|
PagableResponseList<UserList> |
ListsResources.getUserListsOwnerships(String listOwnerScreenName,
long cursor)
Returns the lists owned by the specified Twitter user.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(long listId,
int count,
long cursor)
Returns the subscribers of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(long listId,
int count,
long cursor,
boolean skipStatus)
Returns the subscribers of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(long listId,
long cursor)
Returns the subscribers of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(long ownerId,
String slug,
int count,
long cursor)
Returns the subscribers of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(long ownerId,
String slug,
int count,
long cursor,
boolean skipStatus)
Returns the subscribers of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(long ownerId,
String slug,
long cursor)
Returns the subscribers of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(String ownerScreenName,
String slug,
int count,
long cursor)
Returns the subscribers of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(String ownerScreenName,
String slug,
int count,
long cursor,
boolean skipStatus)
Returns the subscribers of the specified list.
|
PagableResponseList<User> |
ListsResources.getUserListSubscribers(String ownerScreenName,
String slug,
long cursor)
Returns the subscribers of the specified list.
|
PagableResponseList<UserList> |
ListsResources.getUserListSubscriptions(long listSubscriberId,
int count,
long cursor)
List the lists the specified user follows.
|
PagableResponseList<UserList> |
ListsResources.getUserListSubscriptions(long listSubscriberId,
long cursor)
List the lists the specified user follows.
|
PagableResponseList<UserList> |
ListsResources.getUserListSubscriptions(String listSubscriberScreenName,
int count,
long cursor)
List the lists the specified user follows.
|
PagableResponseList<UserList> |
ListsResources.getUserListSubscriptions(String listSubscriberScreenName,
long cursor)
List the lists the specified user follows.
|
Copyright © 2018. All rights reserved.