Update
Event
constructor()
Constructor used to init the entity
constructor(id: String, owner: Update, type: UpdateEventType, author: PandoroUser, timestamp: Long, noteContent: String, extraContent: String)
Constructor used to init the entity
Parameters
id
The identifier of the event
owner
Represents the update where the event occurred
type
The type of the occurred event
author
The user who made the action which created the event
timestamp
When the event occurred
noteContent
The content of the note if it is an event related to a change note
extraContent
Extra content used when it is necessary add extra information such update version, etc...