Uses of Class
org.teamapps.application.api.application.entity.EntityUpdateType
| Package | Description |
|---|---|
| org.teamapps.application.api.application.entity |
-
Uses of EntityUpdateType in org.teamapps.application.api.application.entity
Methods in org.teamapps.application.api.application.entity that return EntityUpdateType Modifier and Type Method Description static EntityUpdateTypeEntityUpdateType. create(org.teamapps.universaldb.update.RecordUpdateType recordUpdateType)EntityUpdateTypeEntityUpdate. getUpdateType()static EntityUpdateTypeEntityUpdateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EntityUpdateType[]EntityUpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.application.api.application.entity with parameters of type EntityUpdateType Constructor Description EntityUpdate(ENTITY entity, int userId, EntityUpdateType updateType)