case class InviterId(oldValue: Option[UserId], newValue: Option[UserId]) extends AuditLogChange[UserId] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- InviterId
- Serializable
- Product
- Equals
- AuditLogChange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def newInvited(implicit c: CacheSnapshot): Option[User]
- val newValue: Option[UserId]
The new value
The new value
- Definition Classes
- InviterId → AuditLogChange
- def oldInvited(implicit c: CacheSnapshot): Option[User]
- val oldValue: Option[UserId]
The old value
The old value
- Definition Classes
- InviterId → AuditLogChange
- def productElementNames: Iterator[String]
- Definition Classes
- Product