Uses of Class
org.springframework.social.google.api.tasks.TasksPage
-
Packages that use TasksPage Package Description org.springframework.social.google.api.tasks Spring Social's Service APIs for Google Tasksorg.springframework.social.google.api.tasks.impl -
-
Uses of TasksPage in org.springframework.social.google.api.tasks
Methods in org.springframework.social.google.api.tasks that return TasksPage Modifier and Type Method Description TasksPageTaskOperations. getTasks()Retrieves up to 100 active tasks from the default task list.TasksPageTaskOperations. getTasks(String taskListId, String pageToken)Retrieved tasks from a task list -
Uses of TasksPage in org.springframework.social.google.api.tasks.impl
Methods in org.springframework.social.google.api.tasks.impl that return TasksPage Modifier and Type Method Description TasksPageTaskTemplate. getTasks()TasksPageTaskTemplate. getTasks(String taskListId, String pageToken)
-