|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
PagableResponseList<User> getUserListSubscribers(String, |
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, |
Returns the subscribers of the specified list. |
PagableResponseList<User> getUserListSubscribers(String, |
Returns the subscribers of the specified list. |
User showUserListSubscription(int, |
Check if the specified user is a subscriber of the specified list. |
Changed Methods | ||
User checkUserListSubscription(String, |
Now deprecated. |
use {@link #showUserListSubscription(int, long)} instead |
UserList subscribeUserList(String, |
Now deprecated. |
use {@link #createUserListSubscription(int)} instead |
UserList unsubscribeUserList(String, |
Now deprecated. |
user {@link #destroyUserListSubscription(int)} instead |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |