getTaskEntity

fun getTaskEntity(id: Long, where: String? = null, whereArgs: Array<String>? = null): Entity?

Retrieves a task as entity from this task list by given id and selection.

Return

task from this task list which matches the selection

Parameters

where

selection

whereArgs

arguments for selection