public class AnimationImpl extends Object implements Animation
| Modifier and Type | Method and Description |
|---|---|
static Animation |
createAnimation(org.json.JSONObject jsonObject) |
String |
getFileId()
Gets the Unique Identifier for this file
|
String |
getFileName()
Gets the name of the Animation file
|
String |
getMimeType()
Gets the mimetype of the file, can be null
|
int |
getSize()
Gets the size of the file
|
PhotoSize |
getThumbnail()
Gets the PhotoSize object relating to the thumbnail for the file, can be null
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdownloadFile, getFileDownloadLinkpublic static Animation createAnimation(org.json.JSONObject jsonObject)
public String getMimeType()
MimetypeablegetMimeType in interface Mimetypeablepublic PhotoSize getThumbnail()
ThumbnailablegetThumbnail in interface Thumbnailablepublic String getFileId()
Filepublic int getSize()
Filepublic String getFileName()
AnimationgetFileName in interface AnimationCopyright © 2017. All rights reserved.