copyWithWrapped method
WebApiModulesHomeControlsContractItemDetailContractItemDetail
copyWithWrapped({
- Wrapped<
String?> ? contractId, - Wrapped<
String?> ? contractNumber, - Wrapped<
String?> ? contractType, - Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderItemId, - Wrapped<
String?> ? orderNumber, - Wrapped<
String?> ? orderDescription, - Wrapped<
String?> ? iCode, - Wrapped<
String?> ? iCodeDisplay, - Wrapped<
String?> ? iCodeColor, - Wrapped<
String?> ? description, - Wrapped<
String?> ? descriptionColor, - Wrapped<
double?> ? quantity, - Wrapped<
String?> ? barCode, - Wrapped<
String?> ? itemId, - Wrapped<
String?> ? manufacturerPartNumber, - Wrapped<
String?> ? trackedBy, - Wrapped<
String?> ? categoryId, - Wrapped<
String?> ? vendorId, - Wrapped<
String?> ? vendor, - Wrapped<
String?> ? vendorColor, - Wrapped<
String?> ? inventoryId, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? warehouseCode, - Wrapped<
String?> ? warehouse, - Wrapped<
String?> ? primaryOrderItemId, - Wrapped<
String?> ? itemClass, - Wrapped<
String?> ? itemOrder, - Wrapped<
String?> ? orderBy, - Wrapped<
String?> ? notes, - Wrapped<
String?> ? orderType, - Wrapped<
String?> ? recType, - Wrapped<
String?> ? recTypeDisplay, - Wrapped<
String?> ? optionColor, - Wrapped<
String?> ? usersId, - Wrapped<
String?> ? userName, - Wrapped<
String?> ? transactionDateTime, - Wrapped<
String?> ? parentId, - Wrapped<
double?> ? accessoryRatio, - Wrapped<
String?> ? nestedOrderItemId, - Wrapped<
String?> ? containerItemId, - Wrapped<
String?> ? containerBarCode, - Wrapped<
bool?> ? isConsignment, - Wrapped<
String?> ? consignorId, - Wrapped<
String?> ? consignor, - Wrapped<
String?> ? consignorAgreementId, - Wrapped<
String?> ? consignorAgreementNumber, - Wrapped<
bool?> ? isVoid, - Wrapped<
int?> ? nestingLevel, - Wrapped<
String?> ? vendorConsignorId, - Wrapped<
String?> ? vendorConsignor, - Wrapped<
String?> ? exception, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?>
Implementation
WebApiModulesHomeControlsContractItemDetailContractItemDetail copyWithWrapped(
{Wrapped<String?>? contractId,
Wrapped<String?>? contractNumber,
Wrapped<String?>? contractType,
Wrapped<String?>? orderId,
Wrapped<String?>? orderItemId,
Wrapped<String?>? orderNumber,
Wrapped<String?>? orderDescription,
Wrapped<String?>? iCode,
Wrapped<String?>? iCodeDisplay,
Wrapped<String?>? iCodeColor,
Wrapped<String?>? description,
Wrapped<String?>? descriptionColor,
Wrapped<double?>? quantity,
Wrapped<String?>? barCode,
Wrapped<String?>? itemId,
Wrapped<String?>? manufacturerPartNumber,
Wrapped<String?>? trackedBy,
Wrapped<String?>? categoryId,
Wrapped<String?>? vendorId,
Wrapped<String?>? vendor,
Wrapped<String?>? vendorColor,
Wrapped<String?>? inventoryId,
Wrapped<String?>? warehouseId,
Wrapped<String?>? warehouseCode,
Wrapped<String?>? warehouse,
Wrapped<String?>? primaryOrderItemId,
Wrapped<String?>? itemClass,
Wrapped<String?>? itemOrder,
Wrapped<String?>? orderBy,
Wrapped<String?>? notes,
Wrapped<String?>? orderType,
Wrapped<String?>? recType,
Wrapped<String?>? recTypeDisplay,
Wrapped<String?>? optionColor,
Wrapped<String?>? usersId,
Wrapped<String?>? userName,
Wrapped<String?>? transactionDateTime,
Wrapped<String?>? parentId,
Wrapped<double?>? accessoryRatio,
Wrapped<String?>? nestedOrderItemId,
Wrapped<String?>? containerItemId,
Wrapped<String?>? containerBarCode,
Wrapped<bool?>? isConsignment,
Wrapped<String?>? consignorId,
Wrapped<String?>? consignor,
Wrapped<String?>? consignorAgreementId,
Wrapped<String?>? consignorAgreementNumber,
Wrapped<bool?>? isVoid,
Wrapped<int?>? nestingLevel,
Wrapped<String?>? vendorConsignorId,
Wrapped<String?>? vendorConsignor,
Wrapped<String?>? exception,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
return WebApiModulesHomeControlsContractItemDetailContractItemDetail(
contractId: (contractId != null ? contractId.value : this.contractId),
contractNumber: (contractNumber != null
? contractNumber.value
: this.contractNumber),
contractType:
(contractType != null ? contractType.value : this.contractType),
orderId: (orderId != null ? orderId.value : this.orderId),
orderItemId:
(orderItemId != null ? orderItemId.value : this.orderItemId),
orderNumber:
(orderNumber != null ? orderNumber.value : this.orderNumber),
orderDescription: (orderDescription != null
? orderDescription.value
: this.orderDescription),
iCode: (iCode != null ? iCode.value : this.iCode),
iCodeDisplay:
(iCodeDisplay != null ? iCodeDisplay.value : this.iCodeDisplay),
iCodeColor: (iCodeColor != null ? iCodeColor.value : this.iCodeColor),
description:
(description != null ? description.value : this.description),
descriptionColor: (descriptionColor != null
? descriptionColor.value
: this.descriptionColor),
quantity: (quantity != null ? quantity.value : this.quantity),
barCode: (barCode != null ? barCode.value : this.barCode),
itemId: (itemId != null ? itemId.value : this.itemId),
manufacturerPartNumber: (manufacturerPartNumber != null
? manufacturerPartNumber.value
: this.manufacturerPartNumber),
trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
categoryId: (categoryId != null ? categoryId.value : this.categoryId),
vendorId: (vendorId != null ? vendorId.value : this.vendorId),
vendor: (vendor != null ? vendor.value : this.vendor),
vendorColor:
(vendorColor != null ? vendorColor.value : this.vendorColor),
inventoryId:
(inventoryId != null ? inventoryId.value : this.inventoryId),
warehouseId:
(warehouseId != null ? warehouseId.value : this.warehouseId),
warehouseCode:
(warehouseCode != null ? warehouseCode.value : this.warehouseCode),
warehouse: (warehouse != null ? warehouse.value : this.warehouse),
primaryOrderItemId: (primaryOrderItemId != null
? primaryOrderItemId.value
: this.primaryOrderItemId),
itemClass: (itemClass != null ? itemClass.value : this.itemClass),
itemOrder: (itemOrder != null ? itemOrder.value : this.itemOrder),
orderBy: (orderBy != null ? orderBy.value : this.orderBy),
notes: (notes != null ? notes.value : this.notes),
orderType: (orderType != null ? orderType.value : this.orderType),
recType: (recType != null ? recType.value : this.recType),
recTypeDisplay: (recTypeDisplay != null
? recTypeDisplay.value
: this.recTypeDisplay),
optionColor:
(optionColor != null ? optionColor.value : this.optionColor),
usersId: (usersId != null ? usersId.value : this.usersId),
userName: (userName != null ? userName.value : this.userName),
transactionDateTime: (transactionDateTime != null
? transactionDateTime.value
: this.transactionDateTime),
parentId: (parentId != null ? parentId.value : this.parentId),
accessoryRatio: (accessoryRatio != null
? accessoryRatio.value
: this.accessoryRatio),
nestedOrderItemId: (nestedOrderItemId != null
? nestedOrderItemId.value
: this.nestedOrderItemId),
containerItemId: (containerItemId != null
? containerItemId.value
: this.containerItemId),
containerBarCode: (containerBarCode != null
? containerBarCode.value
: this.containerBarCode),
isConsignment:
(isConsignment != null ? isConsignment.value : this.isConsignment),
consignorId:
(consignorId != null ? consignorId.value : this.consignorId),
consignor: (consignor != null ? consignor.value : this.consignor),
consignorAgreementId: (consignorAgreementId != null
? consignorAgreementId.value
: this.consignorAgreementId),
consignorAgreementNumber: (consignorAgreementNumber != null
? consignorAgreementNumber.value
: this.consignorAgreementNumber),
isVoid: (isVoid != null ? isVoid.value : this.isVoid),
nestingLevel:
(nestingLevel != null ? nestingLevel.value : this.nestingLevel),
vendorConsignorId: (vendorConsignorId != null
? vendorConsignorId.value
: this.vendorConsignorId),
vendorConsignor: (vendorConsignor != null
? vendorConsignor.value
: this.vendorConsignor),
exception: (exception != null ? exception.value : this.exception),
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));
}