MockVariableCommand
@CommandRoute(method = CommandRoute.Method.POST, appendIdPath = CommandRoute.AppendPath.ALWAYS, appendTenantPath = CommandRoute.AppendPath.ALWAYS, appendOwnerPath = CommandRoute.AppendPath.ALWAYS, action = "{id}/{customerId}/{mockEnum}")
Constructors
Link copied to clipboard
constructor(tenantId: String, ownerId: String, id: String, customerId: Int, mockEnum: MockVariableCommand.MockEnum, headerParameter: String, headerEnumParameter: MockVariableCommand.MockEnum)