com.sola.instagram.model
Class User
java.lang.Object
com.sola.instagram.model.InstagramModel
com.sola.instagram.model.User
public class User
- extends InstagramModel
Constructor Summary |
User(org.json.JSONObject obj,
java.lang.String accessToken)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
User
public User(org.json.JSONObject obj,
java.lang.String accessToken)
throws InstagramException
- Throws:
InstagramException
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