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

Packages that use Media
com.sola.instagram   
 

Uses of Media in com.sola.instagram
 

Methods in com.sola.instagram that return Media
 Media InstagramSession.getMedia(java.lang.String mediaId)
          Gets the media with the id passed.
 

Methods in com.sola.instagram that return types with arguments of type Media
 java.util.ArrayList<Media> InstagramSession.getFeed(int pageNumber)
          Gets the recent media in the current user's feed.
 java.util.List<Media> InstagramSession.getLikedMedia(int pageNumber)
          Gets the recent media that the current user has liked.
 java.util.List<Media> InstagramSession.getPopularMedia()
          Finds and returns the most popular media on instagram.
 java.util.List<Media> InstagramSession.getRecentMediaForTag(java.lang.String tagName, int pageNumber)
           
 java.util.List<Media> InstagramSession.getRecentMediaFromLocation(int locationId, int pageNumber)
           
 java.util.List<Media> InstagramSession.getRecentPublishedMedia(int userId, int pageNumber)
          Finds and returns the most recent media published by the user with the id passed.
 java.util.List<Media> InstagramSession.searchMedia(java.lang.Object latitude, java.lang.Object longitude, java.lang.Object minTimestamp, java.lang.Object maxTimestamp, java.lang.Object distance)
          Searches for media by location and creation time.