Uses of Class
com.sola.instagram.model.User

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
 PaginatedCollection<User> InstagramSession.getFollowers(int userId)
           
 java.util.List<User> InstagramSession.getFollowRequests()
           
 PaginatedCollection<User> InstagramSession.getFollows(int userId)
          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.getAuthenticatedUser()
           
 

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
 User Media.UserPhotoTag.getUser()
           
 

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