Uses of Class
com.podio.task.Task
-
Packages that use Task Package Description com.podio.task -
-
Uses of Task in com.podio.task
Methods in com.podio.task that return Task Modifier and Type Method Description TaskTaskAPI. getTask(int taskId)Returns the task with the given id.Methods in com.podio.task that return types with arguments of type Task Modifier and Type Method Description List<Task>TasksByDue. getByDueStatus(TaskDueStatus status)List<Task>TaskAPI. getCompletedTasks()Returns the tasks that is completed and where the active user is responsible.List<Task>TasksWithResponsible. getTasks()List<Task>TaskAPI. getTasksWithReference(Reference reference)Gets a list of tasks with a reference to the given object.Method parameters in com.podio.task with type arguments of type Task Modifier and Type Method Description voidTasksByDue. setByDueStatus(String status, List<Task> tasks)voidTasksWithResponsible. setTasks(List<Task> tasks)
-