|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Relationship | |
|---|---|
| twitter4j | |
| twitter4j.api | |
| twitter4j.json | |
| Uses of Relationship in twitter4j |
|---|
| Methods in twitter4j that return Relationship | |
|---|---|
Relationship |
Twitter.showFriendship(int sourceId,
int targetId)
Returns detailed information about the relationship between two users. |
Relationship |
Twitter.showFriendship(java.lang.String sourceScreenName,
java.lang.String targetScreenName)
Returns detailed information about the relationship between two users. |
Relationship |
Twitter.updateFriendship(int userId,
boolean enableDeviceNotification,
boolean retweets)
Allows you to enable or disable retweets and device notifications from the specified user. |
Relationship |
Twitter.updateFriendship(java.lang.String screenName,
boolean enableDeviceNotification,
boolean retweets)
Allows you to enable or disable retweets and device notifications from the specified user. |
| Methods in twitter4j with parameters of type Relationship | |
|---|---|
void |
TwitterListener.gotShowFriendship(Relationship relationship)
|
void |
TwitterAdapter.gotShowFriendship(Relationship relationship)
|
void |
TwitterListener.updatedFriendship(Relationship relationship)
|
void |
TwitterAdapter.updatedFriendship(Relationship relationship)
|
| Uses of Relationship in twitter4j.api |
|---|
| Methods in twitter4j.api that return Relationship | |
|---|---|
Relationship |
FriendshipMethods.showFriendship(int sourceId,
int targetId)
Returns detailed information about the relationship between two users. |
Relationship |
FriendshipMethods.showFriendship(java.lang.String sourceScreenName,
java.lang.String targetScreenName)
Returns detailed information about the relationship between two users. |
Relationship |
FriendshipMethods.updateFriendship(int userId,
boolean enableDeviceNotification,
boolean retweets)
Allows you to enable or disable retweets and device notifications from the specified user. |
Relationship |
FriendshipMethods.updateFriendship(java.lang.String screenName,
boolean enableDeviceNotification,
boolean retweets)
Allows you to enable or disable retweets and device notifications from the specified user. |
| Uses of Relationship in twitter4j.json |
|---|
| Methods in twitter4j.json that return Relationship | |
|---|---|
static Relationship |
DataObjectFactory.createRelationship(java.lang.String rawJSON)
Constructs a Relationship object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||