copyWithWrapped method
WebApiModulesWarehousePickListUtilityItemPickListUtilityItem
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? urlIdentifier,
- Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
FwStandardBusinessLogicFwBusinessLogic?> ? original, - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?> - Wrapped<
bool?> ? hasImport, - Wrapped<
bool?> ? hasDocuments, - Wrapped<
String?> ? createdByUserId, - Wrapped<
String?> ? createdByUserName, - Wrapped<
String?> ? createdDateTime, - Wrapped<
String?> ? modifiedByUserId, - Wrapped<
String?> ? modifiedByUserName, - Wrapped<
String?> ? modifiedDateTime,
Implementation
WebApiModulesWarehousePickListUtilityItemPickListUtilityItem 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<dynamic>? urlIdentifier,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
Wrapped<bool?>? hasImport,
Wrapped<bool?>? hasDocuments,
Wrapped<String?>? createdByUserId,
Wrapped<String?>? createdByUserName,
Wrapped<String?>? createdDateTime,
Wrapped<String?>? modifiedByUserId,
Wrapped<String?>? modifiedByUserName,
Wrapped<String?>? modifiedDateTime,
}) {
return WebApiModulesWarehousePickListUtilityItemPickListUtilityItem(
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),
urlIdentifier: (urlIdentifier != null
? urlIdentifier.value
: this.urlIdentifier),
fields: (fields != null ? fields.value : this.fields),
custom: (custom != null ? custom.value : this.custom),
defaultFieldAttributes: (defaultFieldAttributes != null
? defaultFieldAttributes.value
: this.defaultFieldAttributes),
original: (original != null ? original.value : this.original),
translation: (translation != null ? translation.value : this.translation),
hasImport: (hasImport != null ? hasImport.value : this.hasImport),
hasDocuments: (hasDocuments != null
? hasDocuments.value
: this.hasDocuments),
createdByUserId: (createdByUserId != null
? createdByUserId.value
: this.createdByUserId),
createdByUserName: (createdByUserName != null
? createdByUserName.value
: this.createdByUserName),
createdDateTime: (createdDateTime != null
? createdDateTime.value
: this.createdDateTime),
modifiedByUserId: (modifiedByUserId != null
? modifiedByUserId.value
: this.modifiedByUserId),
modifiedByUserName: (modifiedByUserName != null
? modifiedByUserName.value
: this.modifiedByUserName),
modifiedDateTime: (modifiedDateTime != null
? modifiedDateTime.value
: this.modifiedDateTime),
);
}