|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sola.instagram.model.InstagramModel
com.sola.instagram.model.Media
com.sola.instagram.model.VideoMedia
public class VideoMedia
Nested Class Summary | |
---|---|
class |
VideoMedia.Video
Object for a media video with the JSON representation |
Nested classes/interfaces inherited from class com.sola.instagram.model.Media |
---|
Media.Caption, Media.Filters, Media.Image, Media.UserPhotoTag |
Constructor Summary | |
---|---|
VideoMedia(JSONObject obj,
java.lang.String accessToken)
|
Method Summary | |
---|---|
VideoMedia.Video |
getLowResolutionVideo()
|
VideoMedia.Video |
getStandardResolutionVideo()
|
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 |
---|
public VideoMedia(JSONObject obj, java.lang.String accessToken) throws JSONException
JSONException
Method Detail |
---|
public VideoMedia.Video getLowResolutionVideo()
public VideoMedia.Video getStandardResolutionVideo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |