public class Tasks.TasksOperations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Tasks.TasksOperations.Clear |
class |
Tasks.TasksOperations.Delete |
class |
Tasks.TasksOperations.Get |
class |
Tasks.TasksOperations.Insert |
class |
Tasks.TasksOperations.List |
class |
Tasks.TasksOperations.Move |
class |
Tasks.TasksOperations.Patch |
class |
Tasks.TasksOperations.Update |
| Constructor and Description |
|---|
Tasks.TasksOperations() |
| Modifier and Type | Method and Description |
|---|---|
Tasks.TasksOperations.Clear |
clear(java.lang.String tasklist)
Clears all completed tasks from the specified task list.
|
Tasks.TasksOperations.Delete |
delete(java.lang.String tasklist,
java.lang.String task)
Deletes the specified task from the task list.
|
Tasks.TasksOperations.Get |
get(java.lang.String tasklist,
java.lang.String task)
Returns the specified task.
|
Tasks.TasksOperations.Insert |
insert(java.lang.String tasklist,
Task content)
Creates a new task on the specified task list.
|
Tasks.TasksOperations.List |
list(java.lang.String tasklist)
Returns all tasks in the specified task list.
|
Tasks.TasksOperations.Move |
move(java.lang.String tasklist,
java.lang.String task)
Moves the specified task to another position in the task list.
|
Tasks.TasksOperations.Patch |
patch(java.lang.String tasklist,
java.lang.String task,
Task content)
Updates the specified task.
|
Tasks.TasksOperations.Update |
update(java.lang.String tasklist,
java.lang.String task,
Task content)
Updates the specified task.
|
public Tasks.TasksOperations.Clear clear(java.lang.String tasklist) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.java.io.IOExceptionpublic Tasks.TasksOperations.Delete delete(java.lang.String tasklist, java.lang.String task) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.task - Task identifier.java.io.IOExceptionpublic Tasks.TasksOperations.Get get(java.lang.String tasklist, java.lang.String task) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.task - Task identifier.java.io.IOExceptionpublic Tasks.TasksOperations.Insert insert(java.lang.String tasklist, Task content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.content - the Taskjava.io.IOExceptionpublic Tasks.TasksOperations.List list(java.lang.String tasklist) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.java.io.IOExceptionpublic Tasks.TasksOperations.Move move(java.lang.String tasklist, java.lang.String task) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.task - Task identifier.java.io.IOExceptionpublic Tasks.TasksOperations.Patch patch(java.lang.String tasklist, java.lang.String task, Task content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.task - Task identifier.content - the Taskjava.io.IOExceptionpublic Tasks.TasksOperations.Update update(java.lang.String tasklist, java.lang.String task, Task content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tasklist - Task list identifier.task - Task identifier.content - the Taskjava.io.IOException