copyWithWrapped method
WebApiModulesHomeControlsPickListItemPickListItem
copyWithWrapped({
- Wrapped<
String?> ? pickListItemId, - Wrapped<
String?> ? pickListId, - Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderNumber, - Wrapped<
String?> ? masterItemId, - Wrapped<
String?> ? usersId, - Wrapped<
int?> ? pickQuantity, - Wrapped<
int?> ? quantityOrdered, - Wrapped<
int?> ? consignQuantity, - Wrapped<
int?> ? stagedQuantity, - Wrapped<
int?> ? outQuantity, - Wrapped<
int?> ? inLocationQuantity, - Wrapped<
String?> ? masterId, - Wrapped<
String?> ? iCode, - Wrapped<
String?> ? iCodeColor, - Wrapped<
String?> ? description, - Wrapped<
String?> ? descriptionColor, - Wrapped<
String?> ? optionColor, - Wrapped<
String?> ? itemClass, - Wrapped<
String?> ? itemOrder, - Wrapped<
String?> ? pickDate, - Wrapped<
String?> ? pickTime, - Wrapped<
String?> ? recType, - Wrapped<
String?> ? vendorId, - Wrapped<
String?> ? consignorId, - Wrapped<
String?> ? vendorConsignorColor, - Wrapped<
String?> ? vendorConsignor, - Wrapped<
String?> ? inventoryTypeId, - Wrapped<
String?> ? categoryId, - Wrapped<
String?> ? warehouseId, - Wrapped<
bool?> ? conflict, - Wrapped<
bool?> ? bold, - Wrapped<
String?> ? itemOrderPickList, - Wrapped<
String?> ? notes, - Wrapped<
String?> ? barCode, - Wrapped<
String?> ? serialNumber, - Wrapped<
String?> ? rfId, - Wrapped<
int?> ? nestingLevel, - Wrapped<
String?> ? dateStamp, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?>
Implementation
WebApiModulesHomeControlsPickListItemPickListItem copyWithWrapped(
{Wrapped<String?>? pickListItemId,
Wrapped<String?>? pickListId,
Wrapped<String?>? orderId,
Wrapped<String?>? orderNumber,
Wrapped<String?>? masterItemId,
Wrapped<String?>? usersId,
Wrapped<int?>? pickQuantity,
Wrapped<int?>? quantityOrdered,
Wrapped<int?>? consignQuantity,
Wrapped<int?>? stagedQuantity,
Wrapped<int?>? outQuantity,
Wrapped<int?>? inLocationQuantity,
Wrapped<String?>? masterId,
Wrapped<String?>? iCode,
Wrapped<String?>? iCodeColor,
Wrapped<String?>? description,
Wrapped<String?>? descriptionColor,
Wrapped<String?>? optionColor,
Wrapped<String?>? itemClass,
Wrapped<String?>? itemOrder,
Wrapped<String?>? pickDate,
Wrapped<String?>? pickTime,
Wrapped<String?>? recType,
Wrapped<String?>? vendorId,
Wrapped<String?>? consignorId,
Wrapped<String?>? vendorConsignorColor,
Wrapped<String?>? vendorConsignor,
Wrapped<String?>? inventoryTypeId,
Wrapped<String?>? categoryId,
Wrapped<String?>? warehouseId,
Wrapped<bool?>? conflict,
Wrapped<bool?>? bold,
Wrapped<String?>? itemOrderPickList,
Wrapped<String?>? notes,
Wrapped<String?>? barCode,
Wrapped<String?>? serialNumber,
Wrapped<String?>? rfId,
Wrapped<int?>? nestingLevel,
Wrapped<String?>? dateStamp,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
return WebApiModulesHomeControlsPickListItemPickListItem(
pickListItemId: (pickListItemId != null
? pickListItemId.value
: this.pickListItemId),
pickListId: (pickListId != null ? pickListId.value : this.pickListId),
orderId: (orderId != null ? orderId.value : this.orderId),
orderNumber:
(orderNumber != null ? orderNumber.value : this.orderNumber),
masterItemId:
(masterItemId != null ? masterItemId.value : this.masterItemId),
usersId: (usersId != null ? usersId.value : this.usersId),
pickQuantity:
(pickQuantity != null ? pickQuantity.value : this.pickQuantity),
quantityOrdered: (quantityOrdered != null
? quantityOrdered.value
: this.quantityOrdered),
consignQuantity: (consignQuantity != null
? consignQuantity.value
: this.consignQuantity),
stagedQuantity: (stagedQuantity != null
? stagedQuantity.value
: this.stagedQuantity),
outQuantity:
(outQuantity != null ? outQuantity.value : this.outQuantity),
inLocationQuantity: (inLocationQuantity != null
? inLocationQuantity.value
: this.inLocationQuantity),
masterId: (masterId != null ? masterId.value : this.masterId),
iCode: (iCode != null ? iCode.value : this.iCode),
iCodeColor: (iCodeColor != null ? iCodeColor.value : this.iCodeColor),
description:
(description != null ? description.value : this.description),
descriptionColor: (descriptionColor != null
? descriptionColor.value
: this.descriptionColor),
optionColor:
(optionColor != null ? optionColor.value : this.optionColor),
itemClass: (itemClass != null ? itemClass.value : this.itemClass),
itemOrder: (itemOrder != null ? itemOrder.value : this.itemOrder),
pickDate: (pickDate != null ? pickDate.value : this.pickDate),
pickTime: (pickTime != null ? pickTime.value : this.pickTime),
recType: (recType != null ? recType.value : this.recType),
vendorId: (vendorId != null ? vendorId.value : this.vendorId),
consignorId:
(consignorId != null ? consignorId.value : this.consignorId),
vendorConsignorColor: (vendorConsignorColor != null
? vendorConsignorColor.value
: this.vendorConsignorColor),
vendorConsignor: (vendorConsignor != null
? vendorConsignor.value
: this.vendorConsignor),
inventoryTypeId: (inventoryTypeId != null
? inventoryTypeId.value
: this.inventoryTypeId),
categoryId: (categoryId != null ? categoryId.value : this.categoryId),
warehouseId:
(warehouseId != null ? warehouseId.value : this.warehouseId),
conflict: (conflict != null ? conflict.value : this.conflict),
bold: (bold != null ? bold.value : this.bold),
itemOrderPickList: (itemOrderPickList != null
? itemOrderPickList.value
: this.itemOrderPickList),
notes: (notes != null ? notes.value : this.notes),
barCode: (barCode != null ? barCode.value : this.barCode),
serialNumber:
(serialNumber != null ? serialNumber.value : this.serialNumber),
rfId: (rfId != null ? rfId.value : this.rfId),
nestingLevel:
(nestingLevel != null ? nestingLevel.value : this.nestingLevel),
dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
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));
}