Uses of Interface
twitter4j.Relationship

Packages that use Relationship
twitter4j.api   
twitter4j.json   
 

Uses of Relationship in twitter4j.api
 

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.
 

Uses of Relationship in twitter4j.json
 

Methods in twitter4j.json that return Relationship
static Relationship DataObjectFactory.createRelationship(java.lang.String rawJSON)
          Constructs a Relationship object from rawJSON string.
 



Copyright © 2011. All Rights Reserved.