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