Generated by
JDiff

Interface twitter4j.api.ListSubscribersMethodsAsync

Removed Methods
void getUserListSubscribers(String, int, long) Returns the subscribers of the specified list.
 

Added Methods
void createUserListSubscription(int) Make the authenticated user follow the specified list.
void destroyUserListSubscription(int) Unsubscribes the authenticated user form the specified list.
void getUserListSubscribers(int, long) Returns the subscribers of the specified list.
void getUserListSubscribers(String, int, long) Returns the subscribers of the specified list.
void showUserListSubscription(int, long) Check if the specified user is a subscriber of the specified list.
 

Changed Methods
void checkUserListSubscription(String, int, long) Now deprecated.
use {@link #showUserListSubscription(int, long)} instead
void subscribeUserList(String, int) Now deprecated.
use {@link #createUserListSubscription(int)} instead
void unsubscribeUserList(String, int) Now deprecated.
use {@link #destroyUserListSubscription(int)} instead