Package | Description |
---|---|
com.sola.instagram.model |
Modifier and Type | Field and Description |
---|---|
protected Media.Image |
Media.lowResolutionImage
Low resolution image version of the media's image
|
protected Media.Image |
Media.standardResolutionImage
Standard resolution version of the media's image
|
protected Media.Image |
Media.thumbnailImage
Thumbnail resolution image version of the media's image
|
Modifier and Type | Method and Description |
---|---|
Media.Image |
Media.getLowResolutionImage()
Returns the low resolution image for this media
|
Media.Image |
Media.getStandardResolutionImage()
Returns the standard resolution image for this media
|
Media.Image |
Media.getThumbnailImage()
Returns the thumbnail image for this media
|
Modifier and Type | Method and Description |
---|---|
protected void |
Media.setLowResolutionImage(Media.Image lowResolutionImage) |
protected void |
Media.setStandardResolutionImage(Media.Image standardResolutionImage) |
protected void |
Media.setThumbnailImage(Media.Image thumbnailImage) |
Copyright © 2013. All Rights Reserved.