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