SimpleDTO

Simple version of CRUDDTO where create/update DTOs are just DTOs directly

Parameters

I

Id type of the data

Inherited functions

Link copied to clipboard
abstract fun createdAt(): Instant

Gets the instant at which this DTO is created

Link copied to clipboard
abstract fun id(): I

Gets identifier of this DTO

Link copied to clipboard
abstract fun updatedAt(): Instant

Gets the instant at which this DTO is last updated