| Package | Description |
|---|---|
| twitter4j |
general package for Twitter4J
|
| twitter4j.api |
APIs represents Twitter API resources
|
| twitter4j.json |
this package is deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Relationship |
TwitterObjectFactory.createRelationship(String rawJSON)
Constructs a Relationship object from rawJSON string.
|
| 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)
Deprecated.
Constructs a Relationship object from rawJSON string.
|
Copyright © 2018. All rights reserved.