copyWith method
WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest
copyWith({
- List<
FwStandardModelsSelectedCheckBoxListItem> ? repairOrderStatus, - List<
FwStandardModelsSelectedCheckBoxListItem> ? priority, - bool? billable,
- bool? billed,
- bool? owned,
- int? daysInRepair,
- String? daysInRepairFilterMode,
- bool? includeOutsideRepairsOnly,
- bool? includeDamageNotes,
- bool? includeCorrectionNotes,
- String? warehouseId,
- String? departmentId,
- String? inventoryTypeId,
- String? categoryId,
- String? subCategoryId,
- String? inventoryId,
- String? repairItemStatusId,
- String? vendorId,
- String? vendorRepairItemStatusId,
- String? dealId,
- String? userDepartmentId,
- String? userLocationId,
- String? userWarehouseId,
- String? customReportLayoutId,
- bool? isSummary,
- bool? includeSubHeadingsAndSubTotals,
- bool? includeIdColumns,
- String? locale,
- List<
FwStandardModelsCheckBoxListItem> ? excelfields, - String? reportName,
- bool? useEmailTemplate,
Implementation
WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest
copyWith({
List<FwStandardModelsSelectedCheckBoxListItem>? repairOrderStatus,
List<FwStandardModelsSelectedCheckBoxListItem>? priority,
bool? billable,
bool? billed,
bool? owned,
int? daysInRepair,
String? daysInRepairFilterMode,
bool? includeOutsideRepairsOnly,
bool? includeDamageNotes,
bool? includeCorrectionNotes,
String? warehouseId,
String? departmentId,
String? inventoryTypeId,
String? categoryId,
String? subCategoryId,
String? inventoryId,
String? repairItemStatusId,
String? vendorId,
String? vendorRepairItemStatusId,
String? dealId,
String? userDepartmentId,
String? userLocationId,
String? userWarehouseId,
String? customReportLayoutId,
bool? isSummary,
bool? includeSubHeadingsAndSubTotals,
bool? includeIdColumns,
String? locale,
List<FwStandardModelsCheckBoxListItem>? excelfields,
String? reportName,
bool? useEmailTemplate,
}) {
return WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest(
repairOrderStatus: repairOrderStatus ?? this.repairOrderStatus,
priority: priority ?? this.priority,
billable: billable ?? this.billable,
billed: billed ?? this.billed,
owned: owned ?? this.owned,
daysInRepair: daysInRepair ?? this.daysInRepair,
daysInRepairFilterMode:
daysInRepairFilterMode ?? this.daysInRepairFilterMode,
includeOutsideRepairsOnly:
includeOutsideRepairsOnly ?? this.includeOutsideRepairsOnly,
includeDamageNotes: includeDamageNotes ?? this.includeDamageNotes,
includeCorrectionNotes:
includeCorrectionNotes ?? this.includeCorrectionNotes,
warehouseId: warehouseId ?? this.warehouseId,
departmentId: departmentId ?? this.departmentId,
inventoryTypeId: inventoryTypeId ?? this.inventoryTypeId,
categoryId: categoryId ?? this.categoryId,
subCategoryId: subCategoryId ?? this.subCategoryId,
inventoryId: inventoryId ?? this.inventoryId,
repairItemStatusId: repairItemStatusId ?? this.repairItemStatusId,
vendorId: vendorId ?? this.vendorId,
vendorRepairItemStatusId:
vendorRepairItemStatusId ?? this.vendorRepairItemStatusId,
dealId: dealId ?? this.dealId,
userDepartmentId: userDepartmentId ?? this.userDepartmentId,
userLocationId: userLocationId ?? this.userLocationId,
userWarehouseId: userWarehouseId ?? this.userWarehouseId,
customReportLayoutId: customReportLayoutId ?? this.customReportLayoutId,
isSummary: isSummary ?? this.isSummary,
includeSubHeadingsAndSubTotals:
includeSubHeadingsAndSubTotals ?? this.includeSubHeadingsAndSubTotals,
includeIdColumns: includeIdColumns ?? this.includeIdColumns,
locale: locale ?? this.locale,
excelfields: excelfields ?? this.excelfields,
reportName: reportName ?? this.reportName,
useEmailTemplate: useEmailTemplate ?? this.useEmailTemplate,
);
}