public class VKApiPostedPhoto extends VKApiPhoto
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<VKApiPostedPhoto> |
CREATOR |
access_key, album_id, can_comment, comments, date, height, id, likes, owner_id, photo_1280, photo_130, photo_2560, photo_604, photo_75, photo_807, src, tags, text, user_likes, widthfields| Constructor and Description |
|---|
VKApiPostedPhoto()
Creates empty PostedPhoto instance.
|
VKApiPostedPhoto(android.os.Parcel in)
Creates a PostedPhoto instance from Parcel.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
VKApiPostedPhoto |
parse(org.json.JSONObject from)
Fills a PostedPhoto instance from JSONObject.
|
describeContents, getId, toAttachmentString, writeToParcelgetTag, getTag, setTag, setTagpublic static android.os.Parcelable.Creator<VKApiPostedPhoto> CREATOR
public VKApiPostedPhoto(android.os.Parcel in)
public VKApiPostedPhoto()
public VKApiPostedPhoto parse(org.json.JSONObject from)
parse in class VKApiPhotofrom - server API object.public java.lang.String getType()
getType in class VKApiPhoto