Uses of Class
com.sola.instagram.util.PaginatedList

Packages that use PaginatedList
com.sola.instagram   
 

Uses of PaginatedList in com.sola.instagram
 

Methods in com.sola.instagram that return PaginatedList
 PaginatedList<Media> InstagramSession.getFeed()
          Gets the recent media in the current user's feed.
 PaginatedList<User> InstagramSession.getFollowers(int userId)
           
 PaginatedList<User> InstagramSession.getFollows(int userId)
          Gets a list of users that the user, whose id is passed, follows.
 PaginatedList<Media> InstagramSession.getLikedMedia()
          Gets the recent media that the current user has liked.
 PaginatedList<Media> InstagramSession.getRecentMediaForTag(java.lang.String tagName)
           
 PaginatedList<Media> InstagramSession.getRecentMediaFromLocation(int locationId)
           
 PaginatedList<Media> InstagramSession.getRecentPublishedMedia(int userId)
          Finds and returns the most recent media published by the user with the id passed.