public class Asana extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey |
protected ProjectsClient |
projectsClient |
protected StoriesClient |
storiesClient |
protected TagsClient |
tagsClient |
protected TasksClient |
tasksClient |
protected TeamsClient |
teamsClient |
protected UsersClient |
usersClient |
protected WorkspacesClient |
workspacesClient |
| Modifier and Type | Method and Description |
|---|---|
ProjectsClient |
projects() |
StoriesClient |
stories() |
TagsClient |
tags() |
TasksClient |
tasks() |
TeamsClient |
teams() |
UsersClient |
users() |
WorkspacesClient |
workspaces() |
protected String apiKey
protected ProjectsClient projectsClient
protected StoriesClient storiesClient
protected TagsClient tagsClient
protected TasksClient tasksClient
protected TeamsClient teamsClient
protected UsersClient usersClient
protected WorkspacesClient workspacesClient
public Asana(String apiKey)
public ProjectsClient projects()
public StoriesClient stories()
public TagsClient tags()
public TasksClient tasks()
public TeamsClient teams()
public UsersClient users()
public WorkspacesClient workspaces()
Copyright © 2013. All rights reserved.