copyWithWrapped method
WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem
copyWithWrapped({
- Wrapped<
String?> ? sessionId, - Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderItemId, - Wrapped<
String?> ? parentId, - Wrapped<
String?> ? parentParentId, - Wrapped<
double?> ? accessoryRatio, - Wrapped<
String?> ? inventoryTypeId, - Wrapped<
String?> ? inventoryType, - Wrapped<
String?> ? inventoryTypeIdNoParent, - Wrapped<
String?> ? orderNumber, - Wrapped<
String?> ? locationId, - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? dealId, - Wrapped<
String?> ? orderType, - Wrapped<
String?> ? orderStatus, - Wrapped<
String?> ? iCode, - Wrapped<
String?> ? description, - Wrapped<
double?> ? quantityOrdered, - Wrapped<
double?> ? subQuantity, - Wrapped<
double?> ? consignQuantity, - Wrapped<
double?> ? quantityInLocation, - Wrapped<
String?> ? pickDate, - Wrapped<
double?> ? pickQuantity, - Wrapped<
double?> ? stagedQuantity, - Wrapped<
double?> ? outQuantity, - Wrapped<
double?> ? remainingQuantity, - Wrapped<
double?> ? pickedQuantity, - Wrapped<
String?> ? inventoryId, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? warehouse, - Wrapped<
String?> ? warehouseCode, - Wrapped<
String?> ? recType, - Wrapped<
String?> ? recTypeDisplay, - Wrapped<
String?> ? itemClass, - Wrapped<
String?> ? itemOrder, - Wrapped<
bool?> ? optionColor, - Wrapped<
String?> ? itemId, - Wrapped<
String?> ? barCode, - Wrapped<
String?> ? serialNumber, - Wrapped<
String?> ? subVendorId, - Wrapped<
String?> ? consignorId, - Wrapped<
String?> ? vendor, - Wrapped<
String?> ? nestedOrderItemId, - Wrapped<
int?> ? nestingLevel, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?>
Implementation
WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem
copyWithWrapped(
{Wrapped<String?>? sessionId,
Wrapped<String?>? orderId,
Wrapped<String?>? orderItemId,
Wrapped<String?>? parentId,
Wrapped<String?>? parentParentId,
Wrapped<double?>? accessoryRatio,
Wrapped<String?>? inventoryTypeId,
Wrapped<String?>? inventoryType,
Wrapped<String?>? inventoryTypeIdNoParent,
Wrapped<String?>? orderNumber,
Wrapped<String?>? locationId,
Wrapped<String?>? departmentId,
Wrapped<String?>? dealId,
Wrapped<String?>? orderType,
Wrapped<String?>? orderStatus,
Wrapped<String?>? iCode,
Wrapped<String?>? description,
Wrapped<double?>? quantityOrdered,
Wrapped<double?>? subQuantity,
Wrapped<double?>? consignQuantity,
Wrapped<double?>? quantityInLocation,
Wrapped<String?>? pickDate,
Wrapped<double?>? pickQuantity,
Wrapped<double?>? stagedQuantity,
Wrapped<double?>? outQuantity,
Wrapped<double?>? remainingQuantity,
Wrapped<double?>? pickedQuantity,
Wrapped<String?>? inventoryId,
Wrapped<String?>? warehouseId,
Wrapped<String?>? warehouse,
Wrapped<String?>? warehouseCode,
Wrapped<String?>? recType,
Wrapped<String?>? recTypeDisplay,
Wrapped<String?>? itemClass,
Wrapped<String?>? itemOrder,
Wrapped<bool?>? optionColor,
Wrapped<String?>? itemId,
Wrapped<String?>? barCode,
Wrapped<String?>? serialNumber,
Wrapped<String?>? subVendorId,
Wrapped<String?>? consignorId,
Wrapped<String?>? vendor,
Wrapped<String?>? nestedOrderItemId,
Wrapped<int?>? nestingLevel,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>?
defaultFieldAttributes,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
return WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem(
sessionId: (sessionId != null ? sessionId.value : this.sessionId),
orderId: (orderId != null ? orderId.value : this.orderId),
orderItemId:
(orderItemId != null ? orderItemId.value : this.orderItemId),
parentId: (parentId != null ? parentId.value : this.parentId),
parentParentId: (parentParentId != null
? parentParentId.value
: this.parentParentId),
accessoryRatio: (accessoryRatio != null
? accessoryRatio.value
: this.accessoryRatio),
inventoryTypeId: (inventoryTypeId != null
? inventoryTypeId.value
: this.inventoryTypeId),
inventoryType:
(inventoryType != null ? inventoryType.value : this.inventoryType),
inventoryTypeIdNoParent: (inventoryTypeIdNoParent != null
? inventoryTypeIdNoParent.value
: this.inventoryTypeIdNoParent),
orderNumber:
(orderNumber != null ? orderNumber.value : this.orderNumber),
locationId: (locationId != null ? locationId.value : this.locationId),
departmentId:
(departmentId != null ? departmentId.value : this.departmentId),
dealId: (dealId != null ? dealId.value : this.dealId),
orderType: (orderType != null ? orderType.value : this.orderType),
orderStatus:
(orderStatus != null ? orderStatus.value : this.orderStatus),
iCode: (iCode != null ? iCode.value : this.iCode),
description:
(description != null ? description.value : this.description),
quantityOrdered: (quantityOrdered != null
? quantityOrdered.value
: this.quantityOrdered),
subQuantity:
(subQuantity != null ? subQuantity.value : this.subQuantity),
consignQuantity: (consignQuantity != null
? consignQuantity.value
: this.consignQuantity),
quantityInLocation: (quantityInLocation != null
? quantityInLocation.value
: this.quantityInLocation),
pickDate: (pickDate != null ? pickDate.value : this.pickDate),
pickQuantity:
(pickQuantity != null ? pickQuantity.value : this.pickQuantity),
stagedQuantity: (stagedQuantity != null
? stagedQuantity.value
: this.stagedQuantity),
outQuantity:
(outQuantity != null ? outQuantity.value : this.outQuantity),
remainingQuantity: (remainingQuantity != null
? remainingQuantity.value
: this.remainingQuantity),
pickedQuantity: (pickedQuantity != null
? pickedQuantity.value
: this.pickedQuantity),
inventoryId:
(inventoryId != null ? inventoryId.value : this.inventoryId),
warehouseId:
(warehouseId != null ? warehouseId.value : this.warehouseId),
warehouse: (warehouse != null ? warehouse.value : this.warehouse),
warehouseCode:
(warehouseCode != null ? warehouseCode.value : this.warehouseCode),
recType: (recType != null ? recType.value : this.recType),
recTypeDisplay: (recTypeDisplay != null
? recTypeDisplay.value
: this.recTypeDisplay),
itemClass: (itemClass != null ? itemClass.value : this.itemClass),
itemOrder: (itemOrder != null ? itemOrder.value : this.itemOrder),
optionColor:
(optionColor != null ? optionColor.value : this.optionColor),
itemId: (itemId != null ? itemId.value : this.itemId),
barCode: (barCode != null ? barCode.value : this.barCode),
serialNumber:
(serialNumber != null ? serialNumber.value : this.serialNumber),
subVendorId:
(subVendorId != null ? subVendorId.value : this.subVendorId),
consignorId:
(consignorId != null ? consignorId.value : this.consignorId),
vendor: (vendor != null ? vendor.value : this.vendor),
nestedOrderItemId: (nestedOrderItemId != null
? nestedOrderItemId.value
: this.nestedOrderItemId),
nestingLevel:
(nestingLevel != null ? nestingLevel.value : this.nestingLevel),
auditNote: (auditNote != null ? auditNote.value : this.auditNote),
recordTitle:
(recordTitle != null ? recordTitle.value : this.recordTitle),
fields: (fields != null ? fields.value : this.fields),
custom: (custom != null ? custom.value : this.custom),
defaultFieldAttributes: (defaultFieldAttributes != null
? defaultFieldAttributes.value
: this.defaultFieldAttributes),
translation:
(translation != null ? translation.value : this.translation));
}