| Package | Description |
|---|---|
| twitter4j.api | |
| twitter4j.json |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
FriendsFollowersResources.showFriendship(long sourceId,
long targetId)
Returns detailed information about the relationship between two users.
|
Relationship |
FriendsFollowersResources.showFriendship(String sourceScreenName,
String targetScreenName)
Returns detailed information about the relationship between two users.
|
Relationship |
FriendsFollowersResources.updateFriendship(long userId,
boolean enableDeviceNotification,
boolean retweets)
Allows you to enable or disable retweets and device notifications from the specified user.
|
Relationship |
FriendsFollowersResources.updateFriendship(String screenName,
boolean enableDeviceNotification,
boolean retweets)
Allows you to enable or disable retweets and device notifications from the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
static Relationship |
DataObjectFactory.createRelationship(String rawJSON)
Constructs a Relationship object from rawJSON string.
|
Copyright © 2013. All Rights Reserved.