Uses of Interface
org.springframework.social.google.api.tasks.TaskOperations
-
Packages that use TaskOperations Package Description org.springframework.social.google.api Spring Social's Service APIs for Googleorg.springframework.social.google.api.impl org.springframework.social.google.api.tasks.impl -
-
Uses of TaskOperations in org.springframework.social.google.api
Methods in org.springframework.social.google.api that return TaskOperations Modifier and Type Method Description TaskOperationsGoogle. taskOperations()RetrievesTaskOperations, used for interacting with Google Tasks API. -
Uses of TaskOperations in org.springframework.social.google.api.impl
Methods in org.springframework.social.google.api.impl that return TaskOperations Modifier and Type Method Description TaskOperationsGoogleTemplate. taskOperations() -
Uses of TaskOperations in org.springframework.social.google.api.tasks.impl
Classes in org.springframework.social.google.api.tasks.impl that implement TaskOperations Modifier and Type Class Description classTaskTemplateTaskOperationsimplementation.
-