public interface Relationship extends TwitterResponse, java.io.Serializable
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canSourceDm()
Checks if source user can send dm to target user 
 | 
long | 
getSourceUserId()
Returns the source user id 
 | 
java.lang.String | 
getSourceUserScreenName()
Returns the source user screen name 
 | 
long | 
getTargetUserId()
Returns the target user id 
 | 
java.lang.String | 
getTargetUserScreenName()
Returns the target user screen name 
 | 
boolean | 
isSourceBlockingTarget()
Returns if the source user is blocking the target user 
 | 
boolean | 
isSourceFollowedByTarget()
Checks if source user is being followed by target user 
 | 
boolean | 
isSourceFollowingTarget()
Checks if source user is following target user 
 | 
boolean | 
isSourceNotificationsEnabled()
Checks if the source user has enabled notifications for updates of the target user 
 | 
boolean | 
isSourceWantRetweets()
Checks if the retweets from the target user enabled 
 | 
boolean | 
isTargetFollowedBySource()
Checks if target user is being followed by source user. 
This method is equivalent to isSourceFollowingTarget().  | 
boolean | 
isTargetFollowingSource()
Checks if target user is following source user. 
This method is equivalent to isSourceFollowedByTarget().  | 
getAccessLevel, getRateLimitStatuslong getSourceUserId()
long getTargetUserId()
boolean isSourceBlockingTarget()
java.lang.String getSourceUserScreenName()
java.lang.String getTargetUserScreenName()
boolean isSourceFollowingTarget()
boolean isTargetFollowingSource()
boolean isSourceFollowedByTarget()
boolean isTargetFollowedBySource()
boolean canSourceDm()
boolean isSourceNotificationsEnabled()
boolean isSourceWantRetweets()