Event

object Event
class Object
trait Matchable
class Any

Value members

Concrete methods

def action: SelectionBuilder[Event, EventAction]

Action of the event.

Action of the event.

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

Author of this event.

Author of this event.

def createdAt: SelectionBuilder[Event, Time]

When this event was created.

When this event was created.

def id: SelectionBuilder[Event, String]

ID of the event.

ID of the event.

def updatedAt: SelectionBuilder[Event, Time]

When this event was updated.

When this event was updated.