Uses of Class
com.podio.task.TaskCreate
-
Packages that use TaskCreate Package Description com.podio.task -
-
Uses of TaskCreate in com.podio.task
Methods in com.podio.task with parameters of type TaskCreate Modifier and Type Method Description intTaskAPI. createTask(TaskCreate task, boolean silent)Creates a new task with no reference to other objects.intTaskAPI. createTask(TaskCreate task, boolean silent, boolean hook)Creates a new task with no reference to other objects.intTaskAPI. createTaskWithReference(TaskCreate task, Reference reference, boolean silent)Creates a new task with a reference to the given object.intTaskAPI. createTaskWithReference(TaskCreate task, Reference reference, boolean silent, boolean hook)Creates a new task with a reference to the given object.
-