com.easy.facebook.android.data
Class JSONObjectDecode

java.lang.Object
  extended by JSONArray
      extended by com.easy.facebook.android.data.JSONObjectDecode

public class JSONObjectDecode
extends JSONArray


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

Constructor Detail

JSONObjectDecode

public JSONObjectDecode(java.lang.String json)
                 throws JSONException
Throws:
JSONException
Method Detail

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()