copyWithWrapped method
WebApiModulesReportsPropsWardrobeReportsItemsPurchasedByDealReportItemsPurchasedByDealReportRequest
copyWithWrapped({
- Wrapped<
List< ? reportType,FwStandardModelsSelectedCheckBoxListItem> ?> - Wrapped<
List< ? trackedBy,FwStandardModelsCheckBoxListItem> ?> - Wrapped<
double?> ? costRangeFrom, - Wrapped<
double?> ? costRangeTo, - Wrapped<
List< ? sortBy,FwStandardModelsCheckBoxListItem> ?> - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? originalShowId, - Wrapped<
String?> ? inventoryTypeId, - Wrapped<
String?> ? categoryId, - Wrapped<
String?> ? subCategoryId, - Wrapped<
String?> ? inventoryId, - Wrapped<
String?> ? inventoryStatusId, - Wrapped<
bool?> ? showImages, - 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
WebApiModulesReportsPropsWardrobeReportsItemsPurchasedByDealReportItemsPurchasedByDealReportRequest
copyWithWrapped(
{Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? reportType,
Wrapped<List<FwStandardModelsCheckBoxListItem>?>? trackedBy,
Wrapped<double?>? costRangeFrom,
Wrapped<double?>? costRangeTo,
Wrapped<List<FwStandardModelsCheckBoxListItem>?>? sortBy,
Wrapped<String?>? departmentId,
Wrapped<String?>? warehouseId,
Wrapped<String?>? originalShowId,
Wrapped<String?>? inventoryTypeId,
Wrapped<String?>? categoryId,
Wrapped<String?>? subCategoryId,
Wrapped<String?>? inventoryId,
Wrapped<String?>? inventoryStatusId,
Wrapped<bool?>? showImages,
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 WebApiModulesReportsPropsWardrobeReportsItemsPurchasedByDealReportItemsPurchasedByDealReportRequest(
reportType: (reportType != null ? reportType.value : this.reportType),
trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
costRangeFrom:
(costRangeFrom != null ? costRangeFrom.value : this.costRangeFrom),
costRangeTo:
(costRangeTo != null ? costRangeTo.value : this.costRangeTo),
sortBy: (sortBy != null ? sortBy.value : this.sortBy),
departmentId:
(departmentId != null ? departmentId.value : this.departmentId),
warehouseId:
(warehouseId != null ? warehouseId.value : this.warehouseId),
originalShowId: (originalShowId != null
? originalShowId.value
: this.originalShowId),
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),
inventoryStatusId: (inventoryStatusId != null
? inventoryStatusId.value
: this.inventoryStatusId),
showImages: (showImages != null ? showImages.value : this.showImages),
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));
}