|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
com.sola.instagram | |
com.sola.instagram.auth | |
com.sola.instagram.model |
Uses of User in com.sola.instagram |
---|
Methods in com.sola.instagram that return User | |
---|---|
User |
InstagramSession.getUserById(int userId)
Finds and returns a user with the given id. |
Methods in com.sola.instagram that return types with arguments of type User | |
---|---|
java.util.List<User> |
InstagramSession.getFollowers(int userId,
int pageNumber)
|
java.util.List<User> |
InstagramSession.getFollowRequests()
|
java.util.List<User> |
InstagramSession.getFollows(int userId,
int pageNumber)
Gets a list of users that the user, whose id is passed, follows. |
java.util.List<User> |
InstagramSession.searchUsersByName(java.lang.String name)
Searches for users by name. |
Uses of User in com.sola.instagram.auth |
---|
Methods in com.sola.instagram.auth that return User | |
---|---|
User |
InstagramAuthentication.getSessionUser()
|
Uses of User in com.sola.instagram.model |
---|
Methods in com.sola.instagram.model that return User | |
---|---|
User |
Media.Caption.getFrom()
Returns the creator of this caption |
User |
Comment.getSender()
|
User |
Media.getUser()
Returns the User object of this media's creator |
Methods in com.sola.instagram.model that return types with arguments of type User | |
---|---|
java.util.List<User> |
Media.getLikers()
Lazy-Loads and returns a list of users who have liked this media |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |