Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Actor extends AnyRef

    Actor refers to actors that triggered an event

  2. sealed abstract class ActorType extends AnyRef
  3. final case class ApiContext(value: String) extends AnyVal with Product with Serializable
  4. final case class ApiIdentifier(context: ApiContext, versionNbr: ApiVersionNbr) extends Product with Serializable
  5. final case class ApiVersionNbr(value: String) extends AnyVal with Product with Serializable
  6. final case class ApplicationId(value: UUID) extends AnyVal with Product with Serializable
  7. final case class ClientId(value: String) extends AnyVal with Product with Serializable
  8. sealed trait Environment extends AnyRef
  9. 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

  10. final case class UserId(value: UUID) extends AnyVal with Product with Serializable

Value Members

  1. object Actor
  2. object ActorType
  3. object Actors
  4. object ApiContext extends Serializable
  5. object ApiIdentifier extends Serializable
  6. object ApiVersionNbr extends Serializable
  7. object ApplicationId extends Serializable
  8. object ClientId extends Serializable
  9. object Environment
  10. object LaxEmailAddress extends Serializable
  11. object UserId extends Serializable

Ungrouped