@ClassPreamble(author="Maksym Novozhylov <mnovozhilov@upwork.com>", date="6/4/2014", currentRevision=1, lastModified="6/4/2014", lastModifiedBy="Maksym Novozhylov", reviewers="Yiota Tsakiri") public final class Profile extends java.lang.Object
Constructor and Description |
---|
Profile(OAuthClient client) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
getSpecific(java.lang.String key)
Get specific Freelancer's Profile
|
JSONObject |
getSpecificBrief(java.lang.String key)
Get brief info for the specific Freelancer's Profile
|
public Profile(OAuthClient client)
public JSONObject getSpecific(java.lang.String key) throws JSONException
key
- Profile keyJSONObject
JSONException
- If error occurredpublic JSONObject getSpecificBrief(java.lang.String key) throws JSONException
key
- Profile keyJSONObject
JSONException
- If error occurred