|
||||||||||
| 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
| Field Summary |
|---|
| Fields inherited from interface twitter4j.TwitterResponse |
|---|
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES |
| Method Summary | |
|---|---|
long |
getSourceUserId()
Returns the source user id |
String |
getSourceUserScreenName()
Returns the source user screen name |
long |
getTargetUserId()
Returns the target user id |
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 |
|---|
getAccessLevel, getRateLimitStatus |
| Method Detail |
|---|
long getSourceUserId()
long getTargetUserId()
boolean isSourceBlockingTarget()
String getSourceUserScreenName()
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 | |||||||||