Uses of Class
org.springframework.social.google.api.tasks.TaskList
-
Packages that use TaskList Package Description org.springframework.social.google.api.tasks Spring Social's Service APIs for Google Tasksorg.springframework.social.google.api.tasks.impl -
-
Uses of TaskList in org.springframework.social.google.api.tasks
Methods in org.springframework.social.google.api.tasks that return TaskList Modifier and Type Method Description TaskListTaskOperations. getTaskList(String id)Retrieves a task list by its ID.TaskListTaskOperations. saveTaskList(TaskList taskList)Creates or updates a task list.Methods in org.springframework.social.google.api.tasks with parameters of type TaskList Modifier and Type Method Description voidTaskOperations. clearCompletedTasks(TaskList taskList)Hides completed tasks from a task list.voidTaskOperations. deleteTaskList(TaskList taskList)Deletes a task list.TaskListTaskOperations. saveTaskList(TaskList taskList)Creates or updates a task list. -
Uses of TaskList in org.springframework.social.google.api.tasks.impl
Methods in org.springframework.social.google.api.tasks.impl that return TaskList Modifier and Type Method Description TaskListTaskTemplate. getTaskList(String id)TaskListTaskTemplate. saveTaskList(TaskList taskList)Methods in org.springframework.social.google.api.tasks.impl with parameters of type TaskList Modifier and Type Method Description voidTaskTemplate. clearCompletedTasks(TaskList taskList)voidTaskTemplate. deleteTaskList(TaskList taskList)TaskListTaskTemplate. saveTaskList(TaskList taskList)
-