Event

final case class Event(id: Long, startTime: Option[Instant], endTime: Option[Instant], description: Option[String], `type`: Option[String], subtype: Option[String], metadata: Option[Map[String, String]], assetIds: Option[Seq[Long]], source: Option[String], externalId: Option[String], createdTime: Instant, lastUpdatedTime: Instant, dataSetId: Option[Long]) extends WithId[Long] with WithExternalId with WithCreatedTime with ToCreate[EventCreate] with ToUpdate[EventUpdate]
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[[A] =>> Option[A]]
trait WithId[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toCreate: EventCreate
Definition Classes
override def toUpdate: EventUpdate
Definition Classes

Inherited methods

def getExternalId: Option[String]
Inherited from
WithExternalId
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product