@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 Metadata extends java.lang.Object
Constructor and Description |
---|
Metadata(OAuthClient client) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
getCategories()
Get Categories
|
JSONObject |
getCategoriesV2()
Get Categories (v2)
|
JSONObject |
getReasons(java.util.HashMap<java.lang.String,java.lang.String> params)
Get reasons
|
JSONObject |
getRegions()
Get regions
|
JSONObject |
getSkills()
Get Skills
|
JSONObject |
getTests()
Get tests
|
public Metadata(OAuthClient client)
public JSONObject getCategories() throws JSONException
JSONObject
JSONException
- If error occurredpublic JSONObject getCategoriesV2() throws JSONException
JSONObject
JSONException
- If error occurredpublic JSONObject getSkills() throws JSONException
JSONObject
JSONException
- If error occurredpublic JSONObject getRegions() throws JSONException
JSONObject
JSONException
- If error occurredpublic JSONObject getTests() throws JSONException
JSONObject
JSONException
- If error occurredpublic JSONObject getReasons(java.util.HashMap<java.lang.String,java.lang.String> params) throws JSONException
params
- ParametersJSONObject
JSONException
- If error occurred