Updated

data class Updated(val table: String, val category: ChangeCategory, val entityId: Long, val entityLabel: String, val fields: List<Change.Updated.Field>) : Change

Constructors

Link copied to clipboard
constructor(table: String, category: ChangeCategory, entityId: Long, entityLabel: String, fields: List<Change.Updated.Field>)

Types

Link copied to clipboard
data class Field(val field: String, val before: String, val after: String, val extra: Map<String, String> = emptyMap())

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
Link copied to clipboard
open override val table: String