copyWithWrapped method
WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank
copyWithWrapped({
- Wrapped<
String?> ? inventoryRankId, - Wrapped<
String?> ? inventoryTypeId, - Wrapped<
String?> ? inventoryType, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? warehouseCode, - Wrapped<
String?> ? warehouse, - Wrapped<
String?> ? type, - Wrapped<
String?> ? typeDisplay, - Wrapped<
double?> ? aFromValue, - Wrapped<
double?> ? aToValue, - Wrapped<
double?> ? bFromValue, - Wrapped<
double?> ? bToValue, - Wrapped<
double?> ? cFromValue, - Wrapped<
double?> ? cToValue, - Wrapped<
double?> ? dFromValue, - Wrapped<
double?> ? dToValue, - Wrapped<
double?> ? eFromValue, - Wrapped<
double?> ? eToValue, - Wrapped<
double?> ? fFromValue, - Wrapped<
double?> ? fToValue, - Wrapped<
double?> ? gFromValue, - Wrapped<
double?> ? gToValue, - Wrapped<
String?> ? rankUpdated, - Wrapped<
String?> ? usersId, - 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
WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank
copyWithWrapped(
{Wrapped<String?>? inventoryRankId,
Wrapped<String?>? inventoryTypeId,
Wrapped<String?>? inventoryType,
Wrapped<String?>? warehouseId,
Wrapped<String?>? warehouseCode,
Wrapped<String?>? warehouse,
Wrapped<String?>? type,
Wrapped<String?>? typeDisplay,
Wrapped<double?>? aFromValue,
Wrapped<double?>? aToValue,
Wrapped<double?>? bFromValue,
Wrapped<double?>? bToValue,
Wrapped<double?>? cFromValue,
Wrapped<double?>? cToValue,
Wrapped<double?>? dFromValue,
Wrapped<double?>? dToValue,
Wrapped<double?>? eFromValue,
Wrapped<double?>? eToValue,
Wrapped<double?>? fFromValue,
Wrapped<double?>? fToValue,
Wrapped<double?>? gFromValue,
Wrapped<double?>? gToValue,
Wrapped<String?>? rankUpdated,
Wrapped<String?>? usersId,
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 WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank(
inventoryRankId: (inventoryRankId != null
? inventoryRankId.value
: this.inventoryRankId),
inventoryTypeId: (inventoryTypeId != null
? inventoryTypeId.value
: this.inventoryTypeId),
inventoryType:
(inventoryType != null ? inventoryType.value : this.inventoryType),
warehouseId:
(warehouseId != null ? warehouseId.value : this.warehouseId),
warehouseCode:
(warehouseCode != null ? warehouseCode.value : this.warehouseCode),
warehouse: (warehouse != null ? warehouse.value : this.warehouse),
type: (type != null ? type.value : this.type),
typeDisplay:
(typeDisplay != null ? typeDisplay.value : this.typeDisplay),
aFromValue: (aFromValue != null ? aFromValue.value : this.aFromValue),
aToValue: (aToValue != null ? aToValue.value : this.aToValue),
bFromValue: (bFromValue != null ? bFromValue.value : this.bFromValue),
bToValue: (bToValue != null ? bToValue.value : this.bToValue),
cFromValue: (cFromValue != null ? cFromValue.value : this.cFromValue),
cToValue: (cToValue != null ? cToValue.value : this.cToValue),
dFromValue: (dFromValue != null ? dFromValue.value : this.dFromValue),
dToValue: (dToValue != null ? dToValue.value : this.dToValue),
eFromValue: (eFromValue != null ? eFromValue.value : this.eFromValue),
eToValue: (eToValue != null ? eToValue.value : this.eToValue),
fFromValue: (fFromValue != null ? fFromValue.value : this.fFromValue),
fToValue: (fToValue != null ? fToValue.value : this.fToValue),
gFromValue: (gFromValue != null ? gFromValue.value : this.gFromValue),
gToValue: (gToValue != null ? gToValue.value : this.gToValue),
rankUpdated:
(rankUpdated != null ? rankUpdated.value : this.rankUpdated),
usersId: (usersId != null ? usersId.value : this.usersId),
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));
}