com.sola.instagram.model
Class ImageMedia

java.lang.Object
  extended by com.sola.instagram.model.InstagramModel
      extended by com.sola.instagram.model.Media
          extended by com.sola.instagram.model.ImageMedia

public class ImageMedia
extends Media


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sola.instagram.model.Media
Media.Caption, Media.Filters, Media.Image, Media.UserPhotoTag
 
Constructor Summary
ImageMedia(JSONObject obj, java.lang.String accessToken)
           
 
Method Summary
 
Methods inherited from class com.sola.instagram.model.Media
equals, fromJSON, getCaption, getComments, getCreatedTimestamp, getFilter, getId, getLikers, getLink, getLocation, getLowResolutionImage, getStandardResolutionImage, getTags, getThumbnailImage, getType, getUser, getUsersInPhoto, userHasLikedMedia
 
Methods inherited from class com.sola.instagram.model.InstagramModel
toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageMedia

public ImageMedia(JSONObject obj,
                  java.lang.String accessToken)
           throws JSONException
Throws:
JSONException