|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserAccount | |
|---|---|
| com.twitterapime.rest | |
| com.twitterapime.rest.handler | |
| com.twitterapime.search | |
| Uses of UserAccount in com.twitterapime.rest |
|---|
| Methods in com.twitterapime.rest that return UserAccount | |
|---|---|
UserAccount |
UserAccountManager.block(UserAccount ua)
FriendshipManager.block(UserAccount) |
UserAccount |
FriendshipManager.block(UserAccount ua)
Allows the authenticating user to block the user specified in the given UserAccount object. |
UserAccount |
UserAccountManager.follow(UserAccount ua)
FriendshipManager.follow(UserAccount) |
UserAccount |
FriendshipManager.follow(UserAccount ua)
Allows the authenticating user to follow the user specified in the given UserAccount object. |
UserAccount |
UserAccountManager.getUserAccount()
Get the logged user's account. |
UserAccount |
UserAccountManager.getUserAccount(UserAccount user)
Get the account of a given user. |
UserAccount |
UserAccountManager.unblock(UserAccount ua)
FriendshipManager.unblock(UserAccount) |
UserAccount |
FriendshipManager.unblock(UserAccount ua)
Allows the authenticating user to unblock the user specified in the given UserAccount object. |
UserAccount |
UserAccountManager.unfollow(UserAccount ua)
FriendshipManager.unfollow(UserAccount) |
UserAccount |
FriendshipManager.unfollow(UserAccount ua)
Allows the authenticating user to unfollow the user specified in the given UserAccount object. |
UserAccount |
UserAccountManager.updateProfile(UserAccount newUserInfo)
Update account information of authenticated user. |
| Methods in com.twitterapime.rest with parameters of type UserAccount | |
|---|---|
UserAccount |
UserAccountManager.block(UserAccount ua)
FriendshipManager.block(UserAccount) |
UserAccount |
FriendshipManager.block(UserAccount ua)
Allows the authenticating user to block the user specified in the given UserAccount object. |
UserAccount |
UserAccountManager.follow(UserAccount ua)
FriendshipManager.follow(UserAccount) |
UserAccount |
FriendshipManager.follow(UserAccount ua)
Allows the authenticating user to follow the user specified in the given UserAccount object. |
java.lang.String[] |
FriendshipManager.getFollowersID(UserAccount user,
Query query)
Get the followers ID list of a given user. |
java.lang.String[] |
FriendshipManager.getFriendsID(UserAccount user,
Query query)
Get the friends ID list of a given user. |
UserAccount |
UserAccountManager.getUserAccount(UserAccount user)
Get the account of a given user. |
boolean |
UserAccountManager.isBlocking(UserAccount ua)
FriendshipManager.isBlocking(UserAccount) |
boolean |
FriendshipManager.isBlocking(UserAccount ua)
Verify whether the authenticating user is blocking the user specified in the given UserAccount object. |
boolean |
UserAccountManager.isFollowing(UserAccount ua)
FriendshipManager.isFollowing(UserAccount) |
boolean |
FriendshipManager.isFollowing(UserAccount ua)
Verify whether the authenticating user is following the user specified in the given UserAccount object. |
UserAccount |
UserAccountManager.unblock(UserAccount ua)
FriendshipManager.unblock(UserAccount) |
UserAccount |
FriendshipManager.unblock(UserAccount ua)
Allows the authenticating user to unblock the user specified in the given UserAccount object. |
UserAccount |
UserAccountManager.unfollow(UserAccount ua)
FriendshipManager.unfollow(UserAccount) |
UserAccount |
FriendshipManager.unfollow(UserAccount ua)
Allows the authenticating user to unfollow the user specified in the given UserAccount object. |
UserAccount |
UserAccountManager.updateProfile(UserAccount newUserInfo)
Update account information of authenticated user. |
| Uses of UserAccount in com.twitterapime.rest.handler |
|---|
| Methods in com.twitterapime.rest.handler that return UserAccount | |
|---|---|
UserAccount |
AccountHandler.getParsedUserAccount()
Return the parsed user account. |
| Methods in com.twitterapime.rest.handler with parameters of type UserAccount | |
|---|---|
void |
AccountHandler.loadParsedUserAccount(UserAccount user)
Load the parsed values into the given UserAccount. |
| Uses of UserAccount in com.twitterapime.search |
|---|
| Methods in com.twitterapime.search that return UserAccount | |
|---|---|
UserAccount |
Tweet.getRecipientAccount()
Get the recipient account. Call this method to retrieve info about the recipient user by sending a Direct Message. |
UserAccount |
Tweet.getUserAccount()
Get the user account. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||