copyWithWrapped method
WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode
copyWithWrapped({
- Wrapped<
int?> ? purchaseOrderReceiveBarCodeId, - Wrapped<
String?> ? barCode, - Wrapped<
String?> ? inspectionNumber, - Wrapped<
String?> ? inspectionVendorId, - Wrapped<
String?> ? inspectionVendor, - Wrapped<
String?> ? manufactureDate, - Wrapped<
int?> ? printQuantity, - Wrapped<
String?> ? serialNumber, - Wrapped<
String?> ? rfId, - Wrapped<
String?> ? purchaseOrderItemId, - Wrapped<
String?> ? purchaseOrderId, - Wrapped<
int?> ? orderTranId, - Wrapped<
String?> ? internalChar, - Wrapped<
String?> ? receiveContractId, - Wrapped<
String?> ? receiveContractNumber, - Wrapped<
String?> ? returnContractId, - Wrapped<
String?> ? inventoryId, - Wrapped<
String?> ? scannableBarCode, - Wrapped<
String?> ? iCode, - Wrapped<
String?> ? description, - Wrapped<
String?> ? iCodeDescription, - Wrapped<
String?> ? packingSlipNumber, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? itemId, - Wrapped<
String?> ? purchaseId, - Wrapped<
String?> ? availableFor, - Wrapped<
String?> ? availableForDisplay, - Wrapped<
String?> ? trackedBy, - Wrapped<
bool?> ? serialNumberIsMixedCase, - Wrapped<
String?> ? itemOrder, - Wrapped<
String?> ? dateStamp, - 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
WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode
copyWithWrapped({
Wrapped<int?>? purchaseOrderReceiveBarCodeId,
Wrapped<String?>? barCode,
Wrapped<String?>? inspectionNumber,
Wrapped<String?>? inspectionVendorId,
Wrapped<String?>? inspectionVendor,
Wrapped<String?>? manufactureDate,
Wrapped<int?>? printQuantity,
Wrapped<String?>? serialNumber,
Wrapped<String?>? rfId,
Wrapped<String?>? purchaseOrderItemId,
Wrapped<String?>? purchaseOrderId,
Wrapped<int?>? orderTranId,
Wrapped<String?>? internalChar,
Wrapped<String?>? receiveContractId,
Wrapped<String?>? receiveContractNumber,
Wrapped<String?>? returnContractId,
Wrapped<String?>? inventoryId,
Wrapped<String?>? scannableBarCode,
Wrapped<String?>? iCode,
Wrapped<String?>? description,
Wrapped<String?>? iCodeDescription,
Wrapped<String?>? packingSlipNumber,
Wrapped<String?>? warehouseId,
Wrapped<String?>? itemId,
Wrapped<String?>? purchaseId,
Wrapped<String?>? availableFor,
Wrapped<String?>? availableForDisplay,
Wrapped<String?>? trackedBy,
Wrapped<bool?>? serialNumberIsMixedCase,
Wrapped<String?>? itemOrder,
Wrapped<String?>? dateStamp,
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 WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode(
purchaseOrderReceiveBarCodeId: (purchaseOrderReceiveBarCodeId != null
? purchaseOrderReceiveBarCodeId.value
: this.purchaseOrderReceiveBarCodeId),
barCode: (barCode != null ? barCode.value : this.barCode),
inspectionNumber: (inspectionNumber != null
? inspectionNumber.value
: this.inspectionNumber),
inspectionVendorId: (inspectionVendorId != null
? inspectionVendorId.value
: this.inspectionVendorId),
inspectionVendor: (inspectionVendor != null
? inspectionVendor.value
: this.inspectionVendor),
manufactureDate: (manufactureDate != null
? manufactureDate.value
: this.manufactureDate),
printQuantity: (printQuantity != null
? printQuantity.value
: this.printQuantity),
serialNumber: (serialNumber != null
? serialNumber.value
: this.serialNumber),
rfId: (rfId != null ? rfId.value : this.rfId),
purchaseOrderItemId: (purchaseOrderItemId != null
? purchaseOrderItemId.value
: this.purchaseOrderItemId),
purchaseOrderId: (purchaseOrderId != null
? purchaseOrderId.value
: this.purchaseOrderId),
orderTranId: (orderTranId != null ? orderTranId.value : this.orderTranId),
internalChar: (internalChar != null
? internalChar.value
: this.internalChar),
receiveContractId: (receiveContractId != null
? receiveContractId.value
: this.receiveContractId),
receiveContractNumber: (receiveContractNumber != null
? receiveContractNumber.value
: this.receiveContractNumber),
returnContractId: (returnContractId != null
? returnContractId.value
: this.returnContractId),
inventoryId: (inventoryId != null ? inventoryId.value : this.inventoryId),
scannableBarCode: (scannableBarCode != null
? scannableBarCode.value
: this.scannableBarCode),
iCode: (iCode != null ? iCode.value : this.iCode),
description: (description != null ? description.value : this.description),
iCodeDescription: (iCodeDescription != null
? iCodeDescription.value
: this.iCodeDescription),
packingSlipNumber: (packingSlipNumber != null
? packingSlipNumber.value
: this.packingSlipNumber),
warehouseId: (warehouseId != null ? warehouseId.value : this.warehouseId),
itemId: (itemId != null ? itemId.value : this.itemId),
purchaseId: (purchaseId != null ? purchaseId.value : this.purchaseId),
availableFor: (availableFor != null
? availableFor.value
: this.availableFor),
availableForDisplay: (availableForDisplay != null
? availableForDisplay.value
: this.availableForDisplay),
trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
serialNumberIsMixedCase: (serialNumberIsMixedCase != null
? serialNumberIsMixedCase.value
: this.serialNumberIsMixedCase),
itemOrder: (itemOrder != null ? itemOrder.value : this.itemOrder),
dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
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),
);
}