public class TeamsClient extends AbstractClient
apiKey, BASE_URL, service| Constructor and Description |
|---|
TeamsClient(String apiKey) |
TeamsClient(String apiKey,
int connectionTimeout,
int readTimeout) |
| Modifier and Type | Method and Description |
|---|---|
Teams |
getTeams(long organizationId)
Retrieve all teams of which the current user is a member within the given organization
|
public TeamsClient(String apiKey)
public TeamsClient(String apiKey, int connectionTimeout, int readTimeout)
apiKey - your Asana API keyconnectionTimeout - the connection timeout in MILLISECONDSreadTimeout - the read timeout in MILLISECONDSpublic Teams getTeams(long organizationId)
organizationId - an organization idCopyright © 2016. All rights reserved.