com.ziqni.transformers.domain.ZiqniEntityStateChanged.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ziqni-transformers Show documentation
Show all versions of ziqni-transformers Show documentation
Ziqni transformers project.
The newest version!
package com.ziqni.transformers.domain
import org.joda.time.DateTime
case class ZiqniEntityStateChanged(accountId: String, changedAt: DateTime, changedBy: String, displayName: String, entityId: String, entityParentId: String,
entityRefId: String, entityType: String, metadata: Map[String,String], sequenceNumber: Long, typeOffChange: Int, previousState: Int, currentState: Int, memberId: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy