Added

data class Added(val table: String, val category: ChangeCategory, val entityId: Long, val entityLabel: String) : Change

Constructors

Link copied to clipboard
constructor(table: String, category: ChangeCategory, entityId: Long, entityLabel: String)

Properties

Link copied to clipboard
open override val category: ChangeCategory
Link copied to clipboard
open override val entityId: Long
Link copied to clipboard
open override val entityLabel: String
Link copied to clipboard
open override val table: String