Methods in twitter4j.api that return Relationship |
Relationship |
FriendshipMethods.showFriendship(long sourceId,
long targetId)
Returns detailed information about the relationship between two users. |
Relationship |
FriendshipMethods.showFriendship(java.lang.String sourceScreenName,
java.lang.String targetScreenName)
Returns detailed information about the relationship between two users. |
Relationship |
FriendshipMethods.updateFriendship(long userId,
boolean enableDeviceNotification,
boolean retweets)
Allows you to enable or disable retweets and device notifications from the specified user. |
Relationship |
FriendshipMethods.updateFriendship(java.lang.String screenName,
boolean enableDeviceNotification,
boolean retweets)
Allows you to enable or disable retweets and device notifications from the specified user. |