Generated by
JDiff

Interface twitter4j.api.ListsResources

Added Methods
PagableResponseList<User> getUserListMembers(String, String, int, long) Returns the members of the specified list.
PagableResponseList<User> getUserListMembers(String, String, int, long, boolean) Returns the members of the specified list.
PagableResponseList<User> getUserListMembers(long, int, long) Returns the members of the specified list.
PagableResponseList<User> getUserListMembers(long, int, long, boolean) Returns the members of the specified list.
PagableResponseList<User> getUserListMembers(long, String, int, long) Returns the members of the specified list.
PagableResponseList<User> getUserListMembers(long, String, int, long, boolean) Returns the members of the specified list.
PagableResponseList<UserList> getUserListMemberships(int, long) List the lists the authenticating user has been added to.
PagableResponseList<UserList> getUserListMemberships(String, int, long) List the lists the specified user has been added to.
PagableResponseList<UserList> getUserListMemberships(String, int, long, boolean) List the lists the specified user has been added to.
PagableResponseList<UserList> getUserListMemberships(long, int, long) List the lists the specified user has been added to.
PagableResponseList<UserList> getUserListMemberships(long, int, long, boolean) List the lists the specified user has been added to.
PagableResponseList<User> getUserListSubscribers(String, String, int, long) Returns the subscribers of the specified list.
PagableResponseList<User> getUserListSubscribers(String, String, int, long, boolean) Returns the subscribers of the specified list.
PagableResponseList<User> getUserListSubscribers(long, int, long) Returns the subscribers of the specified list.
PagableResponseList<User> getUserListSubscribers(long, int, long, boolean) Returns the subscribers of the specified list.
PagableResponseList<User> getUserListSubscribers(long, String, int, long) Returns the subscribers of the specified list.
PagableResponseList<User> getUserListSubscribers(long, String, int, long, boolean) Returns the subscribers of the specified list.
PagableResponseList<UserList> getUserListSubscriptions(String, int, long) List the lists the specified user follows.
PagableResponseList<UserList> getUserListSubscriptions(long, int, long) List the lists the specified user follows.
PagableResponseList<UserList> getUserListSubscriptions(long, long) List the lists the specified user follows.
ResponseList<UserList> getUserLists(String, boolean) List the lists of the specified user.
ResponseList<UserList> getUserLists(long, boolean) List the lists of the specified user.
PagableResponseList<UserList> getUserListsOwnerships(String, int, long) Returns the lists owned by the specified Twitter user.
PagableResponseList<UserList> getUserListsOwnerships(String, long) Returns the lists owned by the specified Twitter user.
PagableResponseList<UserList> getUserListsOwnerships(long, int, long) Returns the lists owned by the specified Twitter user.
PagableResponseList<UserList> getUserListsOwnerships(long, long) Returns the lists owned by the specified Twitter user.