Generated by
JDiff

Interface twitter4j.api.ListMethodsAsync

Added Methods
void createUserList(String, boolean, String) Creates a new list for the authenticated user.
void destroyUserList(int) Deletes the specified list.
void getUserListMemberships(String, long) List the lists the specified user has been added to.
void getUserListStatuses(String, int, Paging) Show tweet timeline for members of the specified list.
void getUserListSubscriptions(String, long) List the lists the specified user follows.
void getUserLists(String, long) List the lists of the specified user.
void showUserList(String, int) Show the specified list.
void updateUserList(int, String, boolean, String) Updates the specified list.