Generated by
JDiff

Interface twitter4j.api.UsersResources

Added Methods
User createMute(String) Mutes the user specified in the screen name parameter as the authenticating user.
User createMute(long) Mutes the user specified in the ID parameter as the authenticating user.
User destroyMute(String) Un-mutes the user specified in the screen name parameter as the authenticating user.
User destroyMute(long) Un-mutes the user specified in the ID parameter as the authenticating user.
IDs getMutesIDs(long) Returns an array of numeric user ids the authenticating user is muting.
PagableResponseList<User> getMutesList(long) Returns a list of user objects that the authenticating user is muting.
AccountSettings updateAllowDmsFrom(String) Updates the allowDmsFrom settings for the authenticating user.
 

Changed Methods
User updateProfileColors(String, String, String, String, String) Now deprecated.
Since Twitter4J 4.0.5
User updateProfileBackgroundImage(File, boolean) Now deprecated.
Since Twitter4J 4.0.7