Generated by
JDiff

Interface twitter4j.api.ListMethods

Removed Methods
ResponseList<Status> getUserListStatuses(String, int, Paging) Show tweet timeline for members of the specified list.
ResponseList<Status> getUserListStatuses(long, int, Paging) Show tweet timeline for members of the specified list.
UserList showUserList(String, int) Show the specified list.
 

Added Methods
PagableResponseList<UserList> getUserListMemberships(String, long, boolean) List the lists the specified user has been added to.
PagableResponseList<UserList> getUserListMemberships(long) List the lists the authenticating user has been added to.
PagableResponseList<UserList> getUserListMemberships(long, long) List the lists the specified user has been added to.
PagableResponseList<UserList> getUserListMemberships(long, long, boolean) List the lists the specified user has been added to.
ResponseList<Status> getUserListStatuses(int, Paging) Show tweet timeline for members of the specified list.
ResponseList<Status> getUserListStatuses(String, int, Paging) Show tweet timeline for members of the specified list.
ResponseList<Status> getUserListStatuses(long, int, Paging) Show tweet timeline for members of the specified list.
PagableResponseList<UserList> getUserLists(long, long) List the lists of the specified user.
UserList showUserList(int) Show the specified list.
UserList showUserList(String, int) Show the specified list.