@ClassPreamble(author="Maksym Novozhylov <mnovozhilov@upwork.com>", date="6/4/2014", currentRevision=1, lastModified="10/13/2014", lastModifiedBy="Maksym Novozhylov", reviewers="Yiota Tsakiri") public final class Users extends java.lang.Object
Constructor and Description |
---|
Users(OAuthClient client) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
getMyInfo()
Get Auth User Info
|
JSONObject |
getSpecific(java.lang.String userReference)
Get Specific User Info
|
public Users(OAuthClient client)
public JSONObject getMyInfo() throws JSONException
JSONObject
JSONException
- If error occurredpublic JSONObject getSpecific(java.lang.String userReference) throws JSONException
userReference
- User referenceJSONObject
JSONException
- If error occurred