| Package | Description |
|---|---|
| com.google.api.services.tasks | |
| com.google.api.services.tasks.model |
| Modifier and Type | Method and Description |
|---|---|
Tasks.TasksOperations.Insert |
Tasks.TasksOperations.insert(java.lang.String tasklist,
Task content)
Creates a new task on the specified task list.
|
Tasks.TasksOperations.Patch |
Tasks.TasksOperations.patch(java.lang.String tasklist,
java.lang.String task,
Task content)
Updates the specified task.
|
Tasks.TasksOperations.Update |
Tasks.TasksOperations.update(java.lang.String tasklist,
java.lang.String task,
Task content)
Updates the specified task.
|
| Constructor and Description |
|---|
Tasks.TasksOperations.Insert(java.lang.String tasklist,
Task content)
Creates a new task on the specified task list.
|
Tasks.TasksOperations.Patch(java.lang.String tasklist,
java.lang.String task,
Task content)
Updates the specified task.
|
Tasks.TasksOperations.Update(java.lang.String tasklist,
java.lang.String task,
Task content)
Updates the specified task.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.clone() |
Task |
Task.set(java.lang.String fieldName,
java.lang.Object value) |
Task |
Task.setCompleted(com.google.api.client.util.DateTime completed)
Completion date of the task (as a RFC 3339 timestamp).
|
Task |
Task.setDeleted(java.lang.Boolean deleted)
Flag indicating whether the task has been deleted.
|
Task |
Task.setDue(com.google.api.client.util.DateTime due)
Due date of the task (as a RFC 3339 timestamp).
|
Task |
Task.setEtag(java.lang.String etag)
ETag of the resource.
|
Task |
Task.setHidden(java.lang.Boolean hidden)
Flag indicating whether the task is hidden.
|
Task |
Task.setId(java.lang.String id)
Task identifier.
|
Task |
Task.setKind(java.lang.String kind)
Type of the resource.
|
Task |
Task.setLinks(java.util.List<Task.Links> links)
Collection of links.
|
Task |
Task.setNotes(java.lang.String notes)
Notes describing the task.
|
Task |
Task.setParent(java.lang.String parent)
Parent task identifier.
|
Task |
Task.setPosition(java.lang.String position)
String indicating the position of the task among its sibling tasks under the same parent task
or at the top level.
|
Task |
Task.setSelfLink(java.lang.String selfLink)
URL pointing to this task.
|
Task |
Task.setStatus(java.lang.String status)
Status of the task.
|
Task |
Task.setTitle(java.lang.String title)
Title of the task.
|
Task |
Task.setUpdated(com.google.api.client.util.DateTime updated)
Last modification time of the task (as a RFC 3339 timestamp).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Task> |
Tasks.getItems()
Collection of tasks.
|
| Modifier and Type | Method and Description |
|---|---|
Tasks |
Tasks.setItems(java.util.List<Task> items)
Collection of tasks.
|