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(JSONObject obj, java.lang.String accessToken)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 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
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User(JSONObject obj,
            java.lang.String accessToken)
     throws JSONException
Throws:
JSONException
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 java.lang.Exception
Throws:
java.lang.Exception

getWebsite

public java.lang.String getWebsite()
                            throws java.lang.Exception
Throws:
java.lang.Exception

getMediaCount

public int getMediaCount()
                  throws java.lang.Exception
Throws:
java.lang.Exception

getFollowerCount

public int getFollowerCount()
                     throws java.lang.Exception
Throws:
java.lang.Exception

getFollowingCount

public int getFollowingCount()
                      throws java.lang.Exception
Throws:
java.lang.Exception

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object