com.easy.facebook.android.data
Class JSONObjectDecode
java.lang.Object
JSONArray
com.easy.facebook.android.data.JSONObjectDecode
public class JSONObjectDecode
- extends JSONArray
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONObjectDecode
public JSONObjectDecode(java.lang.String json)
throws JSONException
- Throws:
JSONException
getTo
public To getTo(int index)
throws JSONException
- Throws:
JSONException
getHometown
public Hometown getHometown(int index)
throws JSONException
- Throws:
JSONException
getLocation
public Location getLocation(int index)
throws JSONException
- Throws:
JSONException
getSchool
public School getSchool(int index)
throws JSONException
- Throws:
JSONException
getLanguages
public Languages getLanguages(int index)
throws JSONException
- Throws:
JSONException
getPosition
public Position getPosition(int index)
throws JSONException
- Throws:
JSONException
getEducation
public Education getEducation(int index)
throws JSONException
- Throws:
JSONException
getWork
public Work getWork(int index)
throws JSONException
- Throws:
JSONException
getEmployer
public Employer getEmployer(int index)
throws JSONException
- Throws:
JSONException
getPerson
public Person getPerson(int index)
throws JSONException
- Throws:
JSONException
getFriend
public Friend getFriend(int index)
throws JSONException
- Throws:
JSONException
getFeed
public Feed getFeed(int index)
throws JSONException
- Throws:
JSONException
getHome
public Home getHome(int index)
throws JSONException
- Throws:
JSONException
getEvent
public Events getEvent(int index)
throws JSONException
- Throws:
JSONException
getGroup
public Group getGroup(int index)
throws JSONException
- Throws:
JSONException
getAlbum
public Album getAlbum(int index)
throws JSONException
- Throws:
JSONException
getMessage
public Message getMessage(int index)
throws JSONException
- Throws:
JSONException
getActions
public Actions getActions(int index)
throws JSONException
- Throws:
JSONException
getComment
public Comment getComment(int index)
throws JSONException
- Throws:
JSONException
getNote
public Note getNote(int index)
throws JSONException
- Throws:
JSONException
getPage
public Page getPage(int index)
throws JSONException
- Throws:
JSONException
getTag
public Tag getTag(int index)
throws JSONException
- Throws:
JSONException
getImages
public Images getImages(int index)
throws JSONException
- Throws:
JSONException
getStatus
public Status getStatus(int index)
throws JSONException
- Throws:
JSONException
getPhoto
public Photo getPhoto(int index)
throws JSONException
- Throws:
JSONException
getCheckin
public Checkin getCheckin(int index)
throws JSONException
- Throws:
JSONException
getUser
public User getUser(int index)
throws JSONException
- Throws:
JSONException
toList
public java.util.List toList()