Delete

@CommandRoute(method = CommandRoute.Method.DELETE, appendIdPath = CommandRoute.AppendPath.ALWAYS, path = "{code}", summary = "Delete tree node", description = "Id is the tenant ID.")
interface Delete<E : Deleted> : TreeCoded

Properties

Link copied to clipboard
abstract val code: String
Link copied to clipboard
open override val level: Int

Functions

Link copied to clipboard
open fun isRoot(): Boolean
Link copied to clipboard
abstract fun toEvent(previous: Flat): E