MockVariableCommand

@Order(value = 4)
@CommandRoute(method = CommandRoute.Method.POST, appendIdPath = CommandRoute.AppendPath.ALWAYS, appendTenantPath = CommandRoute.AppendPath.ALWAYS, appendOwnerPath = CommandRoute.AppendPath.ALWAYS, action = "{id}/{customerId}/{enum}")
data class MockVariableCommand(val tenantId: String, val ownerId: String, val id: String, val customerId: Int, val enum: MockVariableCommand.MockEnum, val headerParameter: String, val headerEnumParameter: MockVariableCommand.MockEnum)

Constructors

Link copied to clipboard
constructor(tenantId: String, ownerId: String, id: String, customerId: Int, enum: MockVariableCommand.MockEnum, headerParameter: String, headerEnumParameter: MockVariableCommand.MockEnum)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard