Create

@CommandRoute(method = CommandRoute.Method.POST, appendIdPath = CommandRoute.AppendPath.ALWAYS, path = "", summary = "Create tree node", description = "Id is the tenant ID.")
interface Create<E : Created> : Named

Properties

Link copied to clipboard
abstract val name: String
Link copied to clipboard
abstract val parentCode: String

Functions

Link copied to clipboard
abstract fun toEvent(code: String, sortId: Int): E