Generated by
JDiff

Interface twitter4j.api.UsersResourcesAsync

Added Methods
void createMute(String) Mutes the user specified in the screen name parameter as the authenticating user.
void createMute(long) Mutes the user specified in the ID parameter as the authenticating user.
void destroyMute(String) Un-mutes the user specified in the screen name parameter as the authenticating user.
void destroyMute(long) Un-mutes the user specified in the ID parameter as the authenticating user.
void getMutesIDs(long) Returns an array of numeric user ids the authenticating user is muting.
void getMutesList(long) Returns a list of user objects that the authenticating user is muting.
 

Changed Methods
void updateProfileColors(String, String, String, String, String) Now deprecated.
Since Twitter4J 4.0.5