Generated by
JDiff

Interface twitter4j.api.ListMembersMethodsAsync

Added Methods
void addUserListMember(int, int) Adds a member to a list.
void addUserListMembers(int, int[]) Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
void addUserListMembers(int, String[]) Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
void checkUserListMembership(String, int, int) Check if a user is a member of the specified list.

This method calls http://api.twitter.com/1/[listOwner]/[listId]/members/id.json
void deleteUserListMember(int, int) Removes the specified member from the list.
void getUserListMembers(String, int, long) Returns the members of the specified list.