AuditableFieldHistory Data Type

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

Example

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