Todo

object Todo
class Object
trait Matchable
class Any

Value members

Concrete methods

def action: SelectionBuilder[Todo, TodoActionEnum]

Action of the to-do item.

Action of the to-do item.

def author[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Todo, A]

The author of this to-do item.

The author of this to-do item.

def body: SelectionBuilder[Todo, String]

Body of the to-do item.

Body of the to-do item.

def createdAt: SelectionBuilder[Todo, Time]

Timestamp this to-do item was created.

Timestamp this to-do item was created.

def group[A](innerSelection: SelectionBuilder[Group, A]): SelectionBuilder[Todo, Option[A]]

Group this to-do item is associated with.

Group this to-do item is associated with.

def id: SelectionBuilder[Todo, String]

ID of the to-do item.

ID of the to-do item.

def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Todo, Option[A]]

The project this to-do item is associated with.

The project this to-do item is associated with.

def state: SelectionBuilder[Todo, TodoStateEnum]

State of the to-do item.

State of the to-do item.

def targetType: SelectionBuilder[Todo, TodoTargetEnum]

Target type of the to-do item.

Target type of the to-do item.