| Modifier and Type | Class and Description |
|---|---|
class |
Tasks.Tasklists.Delete |
class |
Tasks.Tasklists.Get |
class |
Tasks.Tasklists.Insert |
class |
Tasks.Tasklists.List |
class |
Tasks.Tasklists.Patch |
class |
Tasks.Tasklists.Update |
| Constructor and Description |
|---|
Tasklists() |
| Modifier and Type | Method and Description |
|---|---|
Tasks.Tasklists.Delete |
delete(String tasklist)
Deletes the authenticated user's specified task list.
|
Tasks.Tasklists.Get |
get(String tasklist)
Returns the authenticated user's specified task list.
|
Tasks.Tasklists.Insert |
insert(TaskList content)
Creates a new task list and adds it to the authenticated user's task lists.
|
Tasks.Tasklists.List |
list()
Returns all the authenticated user's task lists.
|
Tasks.Tasklists.Patch |
patch(String tasklist,
TaskList content)
Updates the authenticated user's specified task list.
|
Tasks.Tasklists.Update |
update(String tasklist,
TaskList content)
Updates the authenticated user's specified task list.
|
public Tasks.Tasklists.Delete delete(String tasklist) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.IOExceptionpublic Tasks.Tasklists.Get get(String tasklist) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.IOExceptionpublic Tasks.Tasklists.Insert insert(TaskList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the TaskListIOExceptionpublic Tasks.Tasklists.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Tasks.Tasklists.Patch patch(String tasklist, TaskList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.content - the TaskListIOExceptionpublic Tasks.Tasklists.Update update(String tasklist, TaskList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.content - the TaskListIOExceptionCopyright © 2011–2025 Google. All rights reserved.