copyWithWrapped method
WebApiModulesSettingsTemplateSettingsTemplateTemplate
copyWithWrapped({
- Wrapped<
String?> ? templateId, - Wrapped<
String?> ? description, - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? department, - Wrapped<
String?> ? officeLocationId, - Wrapped<
String?> ? officeLocation, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? warehouse, - Wrapped<
String?> ? warehouseCode, - Wrapped<
String?> ? rateType, - Wrapped<
bool?> ? rental, - Wrapped<
bool?> ? sales, - Wrapped<
bool?> ? miscellaneous, - Wrapped<
bool?> ? labor, - Wrapped<
bool?> ? facilities, - Wrapped<
bool?> ? transportation, - Wrapped<
int?> ? lines, - Wrapped<
bool?> ? hasRentalItem, - Wrapped<
bool?> ? hasSalesItem, - Wrapped<
bool?> ? hasMiscellaneousItem, - Wrapped<
bool?> ? hasLaborItem, - Wrapped<
bool?> ? hasFacilitiesItem, - Wrapped<
String?> ? manualSort, - Wrapped<
bool?> ? manualSortRental, - Wrapped<
bool?> ? manualSortSales, - Wrapped<
bool?> ? manualSortMisc, - Wrapped<
bool?> ? manualSortLabor, - Wrapped<
bool?> ? manualSortLossAndDamage, - Wrapped<
bool?> ? manualSortRentalSale, - Wrapped<
bool?> ? manualSortParts, - 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
WebApiModulesSettingsTemplateSettingsTemplateTemplate copyWithWrapped({
Wrapped<String?>? templateId,
Wrapped<String?>? description,
Wrapped<String?>? departmentId,
Wrapped<String?>? department,
Wrapped<String?>? officeLocationId,
Wrapped<String?>? officeLocation,
Wrapped<String?>? warehouseId,
Wrapped<String?>? warehouse,
Wrapped<String?>? warehouseCode,
Wrapped<String?>? rateType,
Wrapped<bool?>? rental,
Wrapped<bool?>? sales,
Wrapped<bool?>? miscellaneous,
Wrapped<bool?>? labor,
Wrapped<bool?>? facilities,
Wrapped<bool?>? transportation,
Wrapped<int?>? lines,
Wrapped<bool?>? hasRentalItem,
Wrapped<bool?>? hasSalesItem,
Wrapped<bool?>? hasMiscellaneousItem,
Wrapped<bool?>? hasLaborItem,
Wrapped<bool?>? hasFacilitiesItem,
Wrapped<String?>? manualSort,
Wrapped<bool?>? manualSortRental,
Wrapped<bool?>? manualSortSales,
Wrapped<bool?>? manualSortMisc,
Wrapped<bool?>? manualSortLabor,
Wrapped<bool?>? manualSortLossAndDamage,
Wrapped<bool?>? manualSortRentalSale,
Wrapped<bool?>? manualSortParts,
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 WebApiModulesSettingsTemplateSettingsTemplateTemplate(
templateId: (templateId != null ? templateId.value : this.templateId),
description: (description != null ? description.value : this.description),
departmentId: (departmentId != null
? departmentId.value
: this.departmentId),
department: (department != null ? department.value : this.department),
officeLocationId: (officeLocationId != null
? officeLocationId.value
: this.officeLocationId),
officeLocation: (officeLocation != null
? officeLocation.value
: this.officeLocation),
warehouseId: (warehouseId != null ? warehouseId.value : this.warehouseId),
warehouse: (warehouse != null ? warehouse.value : this.warehouse),
warehouseCode: (warehouseCode != null
? warehouseCode.value
: this.warehouseCode),
rateType: (rateType != null ? rateType.value : this.rateType),
rental: (rental != null ? rental.value : this.rental),
sales: (sales != null ? sales.value : this.sales),
miscellaneous: (miscellaneous != null
? miscellaneous.value
: this.miscellaneous),
labor: (labor != null ? labor.value : this.labor),
facilities: (facilities != null ? facilities.value : this.facilities),
transportation: (transportation != null
? transportation.value
: this.transportation),
lines: (lines != null ? lines.value : this.lines),
hasRentalItem: (hasRentalItem != null
? hasRentalItem.value
: this.hasRentalItem),
hasSalesItem: (hasSalesItem != null
? hasSalesItem.value
: this.hasSalesItem),
hasMiscellaneousItem: (hasMiscellaneousItem != null
? hasMiscellaneousItem.value
: this.hasMiscellaneousItem),
hasLaborItem: (hasLaborItem != null
? hasLaborItem.value
: this.hasLaborItem),
hasFacilitiesItem: (hasFacilitiesItem != null
? hasFacilitiesItem.value
: this.hasFacilitiesItem),
manualSort: (manualSort != null ? manualSort.value : this.manualSort),
manualSortRental: (manualSortRental != null
? manualSortRental.value
: this.manualSortRental),
manualSortSales: (manualSortSales != null
? manualSortSales.value
: this.manualSortSales),
manualSortMisc: (manualSortMisc != null
? manualSortMisc.value
: this.manualSortMisc),
manualSortLabor: (manualSortLabor != null
? manualSortLabor.value
: this.manualSortLabor),
manualSortLossAndDamage: (manualSortLossAndDamage != null
? manualSortLossAndDamage.value
: this.manualSortLossAndDamage),
manualSortRentalSale: (manualSortRentalSale != null
? manualSortRentalSale.value
: this.manualSortRentalSale),
manualSortParts: (manualSortParts != null
? manualSortParts.value
: this.manualSortParts),
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),
);
}