package models
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait Actor extends AnyRef
Actor refers to actors that triggered an event
- sealed abstract class ActorType extends AnyRef
- final case class ApiContext(value: String) extends AnyVal with Product with Serializable
- final case class ApiIdentifier(context: ApiContext, versionNbr: ApiVersionNbr) extends Product with Serializable
- final case class ApiVersionNbr(value: String) extends AnyVal with Product with Serializable
- final case class ApplicationId(value: UUID) extends AnyVal with Product with Serializable
- final case class ClientId(value: String) extends AnyVal with Product with Serializable
- sealed trait Environment extends AnyRef
- final case class LaxEmailAddress extends AnyVal with Product with Serializable
LaxEmailAddress is a wrapper to string but designed to carry the idea of an email address
LaxEmailAddress is a wrapper to string but designed to carry the idea of an email address
NO verification takes place ! Always contains lower case value
- final case class UserId(value: UUID) extends AnyVal with Product with Serializable
Value Members
- object Actor
- object ActorType
- object Actors
- object ApiContext extends Serializable
- object ApiIdentifier extends Serializable
- object ApiVersionNbr extends Serializable
- object ApplicationId extends Serializable
- object ClientId extends Serializable
- object Environment
- object LaxEmailAddress extends Serializable
- object UserId extends Serializable