AuditableFieldHistory Data Type

Implemented Interfaces
Serializable
Properties
name data type description
notfiable boolean
previousState object
historized boolean
historable boolean
currentState object
notified boolean
auditType AuditChangeTypeEnum
fieldName string

Example

{
  "notfiable" : true,
  "previousState" : { },
  "historized" : true,
  "historable" : true,
  "currentState" : { },
  "notified" : true,
  "auditType" : "OTHER",
  "fieldName" : "..."
}