Example usage for Java twitter4j Relationship fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | canSourceDm() Checks if source user can send dm to target user |
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 | isSourceMutingTarget() Returns id the source user is muting the target user |
boolean | isSourceNotificationsEnabled() Checks if the source user has enabled notifications for updates of the target user |