Create

@Summary(value = "Create tree node")
@Description(value = "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