case class Message(id: ObjectId = new ObjectId, recipient: TaxEntity, subject: String, body: Option[Details], validFrom: LocalDate, alertFrom: Option[LocalDate], alertDetails: AlertDetails, alerts: Option[EmailAlert] = None, alertQueue: Option[String] = None, readTime: Option[DateTime] = None, archiveTime: Option[DateTime] = None, contentParameters: Option[MessageContentParameters] = None, status: ProcessingStatus = ToDo, rescindment: Option[Rescindment] = None, lastUpdated: Option[DateTime], hash: String, statutory: Boolean, renderUrl: RenderUrl, sourceData: Option[String], externalRef: Option[ExternalRef] = None, content: Option[String] = None, emailAlertEventUrl: Option[String] = None, verificationBrake: Option[Boolean] = None, lifecycle: Option[Lifecycle] = None, tags: Option[Map[String, String]] = None, deliveredOn: Option[DateTime] = None, mailgunStatus: Option[MailgunStatus] = None) extends Alertable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Alertable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Message
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Alertable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Message(id: ObjectId = new ObjectId, recipient: TaxEntity, subject: String, body: Option[Details], validFrom: LocalDate, alertFrom: Option[LocalDate], alertDetails: AlertDetails, alerts: Option[EmailAlert] = None, alertQueue: Option[String] = None, readTime: Option[DateTime] = None, archiveTime: Option[DateTime] = None, contentParameters: Option[MessageContentParameters] = None, status: ProcessingStatus = ToDo, rescindment: Option[Rescindment] = None, lastUpdated: Option[DateTime], hash: String, statutory: Boolean, renderUrl: RenderUrl, sourceData: Option[String], externalRef: Option[ExternalRef] = None, content: Option[String] = None, emailAlertEventUrl: Option[String] = None, verificationBrake: Option[Boolean] = None, lifecycle: Option[Lifecycle] = None, tags: Option[Map[String, String]] = None, deliveredOn: Option[DateTime] = None, mailgunStatus: Option[MailgunStatus] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val alertDetails: AlertDetails
  5. val alertFrom: Option[LocalDate]
  6. def alertParams: Map[String, String]
    Definition Classes
    MessageAlertable
  7. val alertQueue: Option[String]
    Definition Classes
    MessageAlertable
  8. def alertTemplateName: String
    Definition Classes
    MessageAlertable
  9. val alerts: Option[EmailAlert]
  10. val archiveTime: Option[DateTime]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def auditData: Map[String, String]
    Definition Classes
    MessageAlertable
  13. val body: Option[Details]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  15. val content: Option[String]
  16. val contentParameters: Option[MessageContentParameters]
  17. val deliveredOn: Option[DateTime]
  18. val emailAlertEventUrl: Option[String]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val externalRef: Option[ExternalRef]
    Definition Classes
    MessageAlertable
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hardCopyAuditData: Map[String, String]
    Definition Classes
    MessageAlertable
  23. val hash: String
  24. val id: ObjectId
    Definition Classes
    MessageAlertable
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val lastUpdated: Option[DateTime]
  27. val lifecycle: Option[Lifecycle]
  28. val mailgunStatus: Option[MailgunStatus]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val readTime: Option[DateTime]
  33. val recipient: TaxEntity
    Definition Classes
    MessageAlertable
  34. val renderUrl: RenderUrl
  35. val rescindment: Option[Rescindment]
  36. def source: Option[String]
    Definition Classes
    MessageAlertable
  37. val sourceData: Option[String]
  38. val status: ProcessingStatus
  39. val statutory: Boolean
    Definition Classes
    MessageAlertable
  40. val subject: String
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. val tags: Option[Map[String, String]]
  43. def taxPayerName: Option[TaxpayerName]
    Definition Classes
    MessageAlertable
  44. val validFrom: LocalDate
    Definition Classes
    MessageAlertable
  45. val verificationBrake: Option[Boolean]
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def sentInError: Option[Boolean]
    Annotations
    @deprecated
    Deprecated

    (Since version 28/7/15) We should remove this and replace with just rescindment

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Alertable

Inherited from AnyRef

Inherited from Any

Ungrouped