Uses of Class
org.springframework.social.google.api.tasks.TaskStatus
-
Packages that use TaskStatus Package Description org.springframework.social.google.api.tasks Spring Social's Service APIs for Google Tasks -
-
Uses of TaskStatus in org.springframework.social.google.api.tasks
Methods in org.springframework.social.google.api.tasks that return TaskStatus Modifier and Type Method Description TaskStatusTask. getStatus()static TaskStatusTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskStatus[]TaskStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-