Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
diff
/
com.michaelflisar.toolbox.diff.classes
/
Change
Change
sealed
class
Change
Inheritors
Added
Removed
Updated
Members
Types
Added
Link copied to clipboard
data
class
Added
(
val
table
:
String
,
val
category
:
ChangeCategory
,
val
entityId
:
Long
,
val
entityLabel
:
String
)
:
Change
Removed
Link copied to clipboard
data
class
Removed
(
val
table
:
String
,
val
category
:
ChangeCategory
,
val
entityId
:
Long
,
val
entityLabel
:
String
)
:
Change
Updated
Link copied to clipboard
data
class
Updated
(
val
table
:
String
,
val
category
:
ChangeCategory
,
val
entityId
:
Long
,
val
entityLabel
:
String
,
val
fields
:
List
<
Change.Updated.Field
>
)
:
Change
Properties
category
Link copied to clipboard
abstract
val
category
:
ChangeCategory
entity
Id
Link copied to clipboard
abstract
val
entityId
:
Long
entity
Label
Link copied to clipboard
abstract
val
entityLabel
:
String
table
Link copied to clipboard
abstract
val
table
:
String