copyWithWrapped method
WebApiModulesWarehouseCheckInCheckInItem
copyWithWrapped({
- Wrapped<
bool?> ? addOrderToContract, - Wrapped<
String?> ? aisle, - Wrapped<
String?> ? availFromDateTime, - Wrapped<
String?> ? availToDateTime, - Wrapped<
String?> ? barcode, - Wrapped<
String?> ? consignorId, - Wrapped<
String?> ? consignorAgreementId, - Wrapped<
bool?> ? canSwap, - Wrapped<
String?> ? containerNo, - Wrapped<
String?> ? contractType, - Wrapped<
String?> ? dealId, - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? description, - Wrapped<
bool?> ? doSwap, - Wrapped<
String?> ? exchangeContractId, - Wrapped<
int?> ? errorNumber, - Wrapped<
String?> ? errorMessage, - Wrapped<
String?> ? facilitiesTypeId, - Wrapped<
String?> ? hasMultipleContainers, - Wrapped<
String?> ? itemClass, - Wrapped<
String?> ? inventoryId, - Wrapped<
bool?> ? isBarcode, - Wrapped<
bool?> ? isContainer, - Wrapped<
String?> ? containerRentalItemId, - Wrapped<
bool?> ? itemInContainer, - Wrapped<
String?> ? internalChar, - Wrapped<
String?> ? location, - Wrapped<
String?> ? moduleType, - Wrapped<
String?> ? masterId, - Wrapped<
String?> ? message, - Wrapped<
String?> ? iCode, - Wrapped<
bool?> ? newOrder, - Wrapped<
String?> ? nestedMasteritemId, - Wrapped<
bool?> ? newContainerInstantiated, - Wrapped<
int?> ? orderTranId, - Wrapped<
String?> ? outOrderId, - Wrapped<
String?> ? orderNo, - Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderItemId, - Wrapped<
String?> ? orderBy, - Wrapped<
String?> ? packageId, - Wrapped<
String?> ? parentId, - Wrapped<
String?> ? pendingRepairId, - Wrapped<
String?> ? pendingOrderId, - Wrapped<
String?> ? pendingMasterItemId, - Wrapped<
String?> ? pONo, - Wrapped<
bool?> ? pending, - Wrapped<
String?> ? pOId, - Wrapped<
bool?> ? qcRequired, - Wrapped<
int?> ? quantity, - Wrapped<
String?> ? quikinContractId, - Wrapped<
int?> ? quikinItemId, - Wrapped<
String?> ? quikinInternalChar, - Wrapped<
String?> ? quantityOrdered, - Wrapped<
String?> ? rentalItemId, - Wrapped<
String?> ? inQuantity, - Wrapped<
String?> ? scannableMasterId, - Wrapped<
String?> ? shelf, - Wrapped<
String?> ? spaceId, - Wrapped<
String?> ? spaceTypeId, - Wrapped<
String?> ? spaceLocation, - Wrapped<
String?> ? stillOut, - Wrapped<
int?> ? status, - Wrapped<
String?> ? statusType, - Wrapped<
bool?> ? swapItem, - Wrapped<
String?> ? subQuantity, - Wrapped<
String?> ? totalIn, - Wrapped<
String?> ? tranType, - Wrapped<
String?> ? trackedBy, - Wrapped<
bool?> ? useContainerNo, - Wrapped<
bool?> ? unretireSalesItem, - Wrapped<
String?> ? vendorId, - Wrapped<
String?> ? vendor, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? wHCode, - Wrapped<
bool?> ? forceCheckInContainerItem, - Wrapped<
bool?> ? fixedContainerComponent, - Wrapped<
bool?> ? isFixedContainer,
Implementation
WebApiModulesWarehouseCheckInCheckInItem copyWithWrapped({
Wrapped<bool?>? addOrderToContract,
Wrapped<String?>? aisle,
Wrapped<String?>? availFromDateTime,
Wrapped<String?>? availToDateTime,
Wrapped<String?>? barcode,
Wrapped<String?>? consignorId,
Wrapped<String?>? consignorAgreementId,
Wrapped<bool?>? canSwap,
Wrapped<String?>? containerNo,
Wrapped<String?>? contractType,
Wrapped<String?>? dealId,
Wrapped<String?>? departmentId,
Wrapped<String?>? description,
Wrapped<bool?>? doSwap,
Wrapped<String?>? exchangeContractId,
Wrapped<int?>? errorNumber,
Wrapped<String?>? errorMessage,
Wrapped<String?>? facilitiesTypeId,
Wrapped<String?>? hasMultipleContainers,
Wrapped<String?>? itemClass,
Wrapped<String?>? inventoryId,
Wrapped<bool?>? isBarcode,
Wrapped<bool?>? isContainer,
Wrapped<String?>? containerRentalItemId,
Wrapped<bool?>? itemInContainer,
Wrapped<String?>? internalChar,
Wrapped<String?>? location,
Wrapped<String?>? moduleType,
Wrapped<String?>? masterId,
Wrapped<String?>? message,
Wrapped<String?>? iCode,
Wrapped<bool?>? newOrder,
Wrapped<String?>? nestedMasteritemId,
Wrapped<bool?>? newContainerInstantiated,
Wrapped<int?>? orderTranId,
Wrapped<String?>? outOrderId,
Wrapped<String?>? orderNo,
Wrapped<String?>? orderId,
Wrapped<String?>? orderItemId,
Wrapped<String?>? orderBy,
Wrapped<String?>? packageId,
Wrapped<String?>? parentId,
Wrapped<String?>? pendingRepairId,
Wrapped<String?>? pendingOrderId,
Wrapped<String?>? pendingMasterItemId,
Wrapped<String?>? pONo,
Wrapped<bool?>? pending,
Wrapped<String?>? pOId,
Wrapped<bool?>? qcRequired,
Wrapped<int?>? quantity,
Wrapped<String?>? quikinContractId,
Wrapped<int?>? quikinItemId,
Wrapped<String?>? quikinInternalChar,
Wrapped<String?>? quantityOrdered,
Wrapped<String?>? rentalItemId,
Wrapped<String?>? inQuantity,
Wrapped<String?>? scannableMasterId,
Wrapped<String?>? shelf,
Wrapped<String?>? spaceId,
Wrapped<String?>? spaceTypeId,
Wrapped<String?>? spaceLocation,
Wrapped<String?>? stillOut,
Wrapped<int?>? status,
Wrapped<String?>? statusType,
Wrapped<bool?>? swapItem,
Wrapped<String?>? subQuantity,
Wrapped<String?>? totalIn,
Wrapped<String?>? tranType,
Wrapped<String?>? trackedBy,
Wrapped<bool?>? useContainerNo,
Wrapped<bool?>? unretireSalesItem,
Wrapped<String?>? vendorId,
Wrapped<String?>? vendor,
Wrapped<String?>? warehouseId,
Wrapped<String?>? wHCode,
Wrapped<bool?>? forceCheckInContainerItem,
Wrapped<bool?>? fixedContainerComponent,
Wrapped<bool?>? isFixedContainer,
}) {
return WebApiModulesWarehouseCheckInCheckInItem(
addOrderToContract: (addOrderToContract != null
? addOrderToContract.value
: this.addOrderToContract),
aisle: (aisle != null ? aisle.value : this.aisle),
availFromDateTime: (availFromDateTime != null
? availFromDateTime.value
: this.availFromDateTime),
availToDateTime: (availToDateTime != null
? availToDateTime.value
: this.availToDateTime),
barcode: (barcode != null ? barcode.value : this.barcode),
consignorId: (consignorId != null ? consignorId.value : this.consignorId),
consignorAgreementId: (consignorAgreementId != null
? consignorAgreementId.value
: this.consignorAgreementId),
canSwap: (canSwap != null ? canSwap.value : this.canSwap),
containerNo: (containerNo != null ? containerNo.value : this.containerNo),
contractType: (contractType != null
? contractType.value
: this.contractType),
dealId: (dealId != null ? dealId.value : this.dealId),
departmentId: (departmentId != null
? departmentId.value
: this.departmentId),
description: (description != null ? description.value : this.description),
doSwap: (doSwap != null ? doSwap.value : this.doSwap),
exchangeContractId: (exchangeContractId != null
? exchangeContractId.value
: this.exchangeContractId),
errorNumber: (errorNumber != null ? errorNumber.value : this.errorNumber),
errorMessage: (errorMessage != null
? errorMessage.value
: this.errorMessage),
facilitiesTypeId: (facilitiesTypeId != null
? facilitiesTypeId.value
: this.facilitiesTypeId),
hasMultipleContainers: (hasMultipleContainers != null
? hasMultipleContainers.value
: this.hasMultipleContainers),
itemClass: (itemClass != null ? itemClass.value : this.itemClass),
inventoryId: (inventoryId != null ? inventoryId.value : this.inventoryId),
isBarcode: (isBarcode != null ? isBarcode.value : this.isBarcode),
isContainer: (isContainer != null ? isContainer.value : this.isContainer),
containerRentalItemId: (containerRentalItemId != null
? containerRentalItemId.value
: this.containerRentalItemId),
itemInContainer: (itemInContainer != null
? itemInContainer.value
: this.itemInContainer),
internalChar: (internalChar != null
? internalChar.value
: this.internalChar),
location: (location != null ? location.value : this.location),
moduleType: (moduleType != null ? moduleType.value : this.moduleType),
masterId: (masterId != null ? masterId.value : this.masterId),
message: (message != null ? message.value : this.message),
iCode: (iCode != null ? iCode.value : this.iCode),
newOrder: (newOrder != null ? newOrder.value : this.newOrder),
nestedMasteritemId: (nestedMasteritemId != null
? nestedMasteritemId.value
: this.nestedMasteritemId),
newContainerInstantiated: (newContainerInstantiated != null
? newContainerInstantiated.value
: this.newContainerInstantiated),
orderTranId: (orderTranId != null ? orderTranId.value : this.orderTranId),
outOrderId: (outOrderId != null ? outOrderId.value : this.outOrderId),
orderNo: (orderNo != null ? orderNo.value : this.orderNo),
orderId: (orderId != null ? orderId.value : this.orderId),
orderItemId: (orderItemId != null ? orderItemId.value : this.orderItemId),
orderBy: (orderBy != null ? orderBy.value : this.orderBy),
packageId: (packageId != null ? packageId.value : this.packageId),
parentId: (parentId != null ? parentId.value : this.parentId),
pendingRepairId: (pendingRepairId != null
? pendingRepairId.value
: this.pendingRepairId),
pendingOrderId: (pendingOrderId != null
? pendingOrderId.value
: this.pendingOrderId),
pendingMasterItemId: (pendingMasterItemId != null
? pendingMasterItemId.value
: this.pendingMasterItemId),
pONo: (pONo != null ? pONo.value : this.pONo),
pending: (pending != null ? pending.value : this.pending),
pOId: (pOId != null ? pOId.value : this.pOId),
qcRequired: (qcRequired != null ? qcRequired.value : this.qcRequired),
quantity: (quantity != null ? quantity.value : this.quantity),
quikinContractId: (quikinContractId != null
? quikinContractId.value
: this.quikinContractId),
quikinItemId: (quikinItemId != null
? quikinItemId.value
: this.quikinItemId),
quikinInternalChar: (quikinInternalChar != null
? quikinInternalChar.value
: this.quikinInternalChar),
quantityOrdered: (quantityOrdered != null
? quantityOrdered.value
: this.quantityOrdered),
rentalItemId: (rentalItemId != null
? rentalItemId.value
: this.rentalItemId),
inQuantity: (inQuantity != null ? inQuantity.value : this.inQuantity),
scannableMasterId: (scannableMasterId != null
? scannableMasterId.value
: this.scannableMasterId),
shelf: (shelf != null ? shelf.value : this.shelf),
spaceId: (spaceId != null ? spaceId.value : this.spaceId),
spaceTypeId: (spaceTypeId != null ? spaceTypeId.value : this.spaceTypeId),
spaceLocation: (spaceLocation != null
? spaceLocation.value
: this.spaceLocation),
stillOut: (stillOut != null ? stillOut.value : this.stillOut),
status: (status != null ? status.value : this.status),
statusType: (statusType != null ? statusType.value : this.statusType),
swapItem: (swapItem != null ? swapItem.value : this.swapItem),
subQuantity: (subQuantity != null ? subQuantity.value : this.subQuantity),
totalIn: (totalIn != null ? totalIn.value : this.totalIn),
tranType: (tranType != null ? tranType.value : this.tranType),
trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
useContainerNo: (useContainerNo != null
? useContainerNo.value
: this.useContainerNo),
unretireSalesItem: (unretireSalesItem != null
? unretireSalesItem.value
: this.unretireSalesItem),
vendorId: (vendorId != null ? vendorId.value : this.vendorId),
vendor: (vendor != null ? vendor.value : this.vendor),
warehouseId: (warehouseId != null ? warehouseId.value : this.warehouseId),
wHCode: (wHCode != null ? wHCode.value : this.wHCode),
forceCheckInContainerItem: (forceCheckInContainerItem != null
? forceCheckInContainerItem.value
: this.forceCheckInContainerItem),
fixedContainerComponent: (fixedContainerComponent != null
? fixedContainerComponent.value
: this.fixedContainerComponent),
isFixedContainer: (isFixedContainer != null
? isFixedContainer.value
: this.isFixedContainer),
);
}