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