|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relationship | |
---|---|
twitter4j | |
twitter4j.api |
Uses of Relationship in twitter4j |
---|
Methods in twitter4j that return Relationship | |
---|---|
Relationship |
Twitter.showFriendship(int sourceId,
int targetId)
Gets the detailed relationship status between a source user and a target user This method calls http://api.twitter.com/1/friendships/show.json |
Relationship |
Twitter.showFriendship(java.lang.String sourceScreenName,
java.lang.String targetScreenName)
Gets the detailed relationship status between a source user and a target user This method calls http://api.twitter.com/1/friendships/show.json |
Methods in twitter4j with parameters of type Relationship | |
---|---|
void |
TwitterListener.gotShowFriendship(Relationship relationship)
|
void |
TwitterAdapter.gotShowFriendship(Relationship relationship)
|
Uses of Relationship in twitter4j.api |
---|
Methods in twitter4j.api that return Relationship | |
---|---|
Relationship |
FriendshipMethods.showFriendship(int sourceId,
int targetId)
Gets the detailed relationship status between a source user and a target user This method calls http://api.twitter.com/1/friendships/show.json |
Relationship |
FriendshipMethods.showFriendship(java.lang.String sourceScreenName,
java.lang.String targetScreenName)
Gets the detailed relationship status between a source user and a target user This method calls http://api.twitter.com/1/friendships/show.json |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |