| Package | Description |
|---|---|
| com.google.api.services.tasks | |
| com.google.api.services.tasks.model |
| Modifier and Type | Method and Description |
|---|---|
Tasks.Tasklists.Insert |
Tasks.Tasklists.insert(TaskList content)
Creates a new task list and adds it to the authenticated user's task lists.
|
Tasks.Tasklists.Patch |
Tasks.Tasklists.patch(java.lang.String tasklist,
TaskList content)
Updates the authenticated user's specified task list.
|
Tasks.Tasklists.Update |
Tasks.Tasklists.update(java.lang.String tasklist,
TaskList content)
Updates the authenticated user's specified task list.
|
| Constructor and Description |
|---|
Insert(TaskList content)
Creates a new task list and adds it to the authenticated user's task lists.
|
Patch(java.lang.String tasklist,
TaskList content)
Updates the authenticated user's specified task list.
|
Update(java.lang.String tasklist,
TaskList content)
Updates the authenticated user's specified task list.
|
| Modifier and Type | Method and Description |
|---|---|
TaskList |
TaskList.clone() |
TaskList |
TaskList.set(java.lang.String fieldName,
java.lang.Object value) |
TaskList |
TaskList.setEtag(java.lang.String etag)
ETag of the resource.
|
TaskList |
TaskList.setId(java.lang.String id)
Task list identifier.
|
TaskList |
TaskList.setKind(java.lang.String kind)
Type of the resource.
|
TaskList |
TaskList.setSelfLink(java.lang.String selfLink)
URL pointing to this task list.
|
TaskList |
TaskList.setTitle(java.lang.String title)
Title of the task list.
|
TaskList |
TaskList.setUpdated(com.google.api.client.util.DateTime updated)
Last modification time of the task list (as a RFC 3339 timestamp).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TaskList> |
TaskLists.getItems()
Collection of task lists.
|
| Modifier and Type | Method and Description |
|---|---|
TaskLists |
TaskLists.setItems(java.util.List<TaskList> items)
Collection of task lists.
|