case class DefaultMessageNotification(oldValue: Option[NotificationLevel], newValue: Option[NotificationLevel]) extends AuditLogChange[NotificationLevel] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultMessageNotification
- Serializable
- Product
- Equals
- AuditLogChange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DefaultMessageNotification(oldValue: Option[NotificationLevel], newValue: Option[NotificationLevel])
Value Members
- val newValue: Option[NotificationLevel]
The new value
The new value
- Definition Classes
- DefaultMessageNotification → AuditLogChange
- val oldValue: Option[NotificationLevel]
The old value
The old value
- Definition Classes
- DefaultMessageNotification → AuditLogChange
- def productElementNames: Iterator[String]
- Definition Classes
- Product