@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 Teams extends java.lang.Object
Constructor and Description |
---|
Teams(OAuthClient client) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
getList()
Get Teams info
|
JSONObject |
getUsersInTeam(java.lang.String teamReference)
Get Users in Team
|
public Teams(OAuthClient client)
public JSONObject getList() throws JSONException
JSONObject
JSONException
- If error occurredpublic JSONObject getUsersInTeam(java.lang.String teamReference) throws JSONException
teamReference
- Team referenceJSONObject
JSONException
- If error occurred