Generated by
JDiff

Interface twitter4j.api.FriendshipMethods

Added Methods
IDs getIncomingFriendships(long) Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
IDs getOutgoingFriendships(long) Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
ResponseList<Friendship> lookupFriendships(int[]) Returns the relationship of the authenticating user to the specified users.
ResponseList<Friendship> lookupFriendships(String[]) Returns the relationship of the authenticating user to the specified users.
Relationship updateFriendship(int, boolean, boolean) Allows you to enable or disable retweets and device notifications from the specified user.
Relationship updateFriendship(String, boolean, boolean) Allows you to enable or disable retweets and device notifications from the specified user.