CommandRoute

annotation class CommandRoute(val path: String = DEFAULT_COMMAND_PATH, val enabled: Boolean = true, val method: CommandRoute.Method = Method.DEFAULT, val prefix: String = "", val appendIdPath: CommandRoute.AppendPath = AppendPath.DEFAULT, val appendTenantPath: CommandRoute.AppendPath = AppendPath.DEFAULT, val ignoreAggregateNamePrefix: Boolean = false, val summary: String = "", val description: String = "")

Types

Link copied to clipboard
Link copied to clipboard
annotation class HeaderVariable(val name: String = "", val nestedPath: Array<String> = [], val required: Boolean = true)
Link copied to clipboard
Link copied to clipboard
annotation class PathVariable(val name: String = "", val nestedPath: Array<String> = [], val required: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val enabled: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard