Generated by
JDiff

Interface twitter4j.api.ListSubscribersMethods

Removed Methods
PagableResponseList<User> getUserListSubscribers(String, int, long) Returns the subscribers of the specified list.
 

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

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