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