|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Relationship
A data interface that has detailed information about a relationship between two users
Method Summary | |
---|---|
int |
getSourceUserId()
Returns the source user id |
java.lang.String |
getSourceUserScreenName()
Returns the source user screen name |
int |
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 |
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(). |
Methods inherited from interface twitter4j.TwitterResponse |
---|
getRateLimitStatus |
Method Detail |
---|
int getSourceUserId()
int getTargetUserId()
boolean isSourceBlockingTarget()
java.lang.String getSourceUserScreenName()
java.lang.String getTargetUserScreenName()
boolean isSourceFollowingTarget()
boolean isTargetFollowingSource()
boolean isSourceFollowedByTarget()
boolean isTargetFollowedBySource()
boolean isSourceNotificationsEnabled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |