com.sola.instagram.model
Class User

java.lang.Object
  extended by com.sola.instagram.model.InstagramModel
      extended by com.sola.instagram.model.User

public class User
extends InstagramModel


Constructor Summary
User(org.json.JSONObject obj, java.lang.String accessToken)
           
 
Method Summary
 java.lang.String getBio()
           
 int getFollowerCount()
           
 int getFollowingCount()
           
 java.lang.String getFullName()
           
 int getId()
           
 int getMediaCount()
           
 java.lang.String getProfilePictureURI()
           
 java.lang.String getUserName()
           
 java.lang.String getWebsite()
           
 
Methods inherited from class com.sola.instagram.model.InstagramModel
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User(org.json.JSONObject obj,
            java.lang.String accessToken)
     throws InstagramException
Throws:
InstagramException
Method Detail

getId

public int getId()

getUserName

public java.lang.String getUserName()

getFullName

public java.lang.String getFullName()

getProfilePictureURI

public java.lang.String getProfilePictureURI()

getBio

public java.lang.String getBio()
                        throws org.json.JSONException,
                               InstagramException
Throws:
org.json.JSONException
InstagramException

getWebsite

public java.lang.String getWebsite()
                            throws org.json.JSONException,
                                   InstagramException
Throws:
org.json.JSONException
InstagramException

getMediaCount

public int getMediaCount()
                  throws InstagramException
Throws:
InstagramException

getFollowerCount

public int getFollowerCount()
                     throws InstagramException
Throws:
InstagramException

getFollowingCount

public int getFollowingCount()
                      throws InstagramException
Throws:
InstagramException