api.FriendsFollowersResources.showFriendship ( String p1, String p2 )Return value of this abstract method has type 'Relationship'.
api.FriendsFollowersResources.showFriendship ( long p1, long p2 )Return value of this abstract method has type 'Relationship'.
api.FriendsFollowersResources.updateFriendship ( String p1, boolean p2, boolean p3 )Return value of this abstract method has type 'Relationship'.
api.FriendsFollowersResources.updateFriendship ( long p1, boolean p2, boolean p3 )Return value of this abstract method has type 'Relationship'.
json.DataObjectFactory.createRelationship ( String rawJSON )Return value of this method has type 'Relationship'.
Relationship.getSourceUserId ( )This abstract method is from 'Relationship' interface.
Relationship.getSourceUserScreenName ( )This abstract method is from 'Relationship' interface.
Relationship.getTargetUserId ( )This abstract method is from 'Relationship' interface.
Relationship.getTargetUserScreenName ( )This abstract method is from 'Relationship' interface.
Relationship.isSourceBlockingTarget ( )This abstract method is from 'Relationship' interface.
Relationship.isSourceFollowedByTarget ( )This abstract method is from 'Relationship' interface.
Relationship.isSourceFollowingTarget ( )This abstract method is from 'Relationship' interface.
Relationship.isSourceNotificationsEnabled ( )This abstract method is from 'Relationship' interface.
Relationship.isSourceWantRetweets ( )This abstract method is from 'Relationship' interface.
Relationship.isTargetFollowedBySource ( )This abstract method is from 'Relationship' interface.
Relationship.isTargetFollowingSource ( )This abstract method is from 'Relationship' interface.
TwitterAdapter.gotShowFriendship ( Relationship relationship )1st parameter 'relationship' of this method has type 'Relationship'.
TwitterAdapter.updatedFriendship ( Relationship relationship )1st parameter 'relationship' of this method has type 'Relationship'.
TwitterListener.gotShowFriendship ( Relationship p1 )1st parameter 'p1' of this abstract method has type 'Relationship'.
TwitterListener.updatedFriendship ( Relationship p1 )1st parameter 'p1' of this abstract method has type 'Relationship'.