copyWithWrapped method
WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog
copyWithWrapped({
- Wrapped<
String?> ? storefrontCatalogId, - Wrapped<
String?> ? description, - Wrapped<
bool?> ? rental, - Wrapped<
bool?> ? sales, - Wrapped<
String?> ? integration, - Wrapped<
double?> ? ownedQuantityPercent, - Wrapped<
String?> ? locationId, - Wrapped<
String?> ? location, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? warehouse, - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? department, - Wrapped<
bool?> ? inactive, - Wrapped<
String?> ? storefrontCatalogGridFields, - Wrapped<
String?> ? storefrontCatalogListFields, - Wrapped<
String?> ? storefrontItemDetailFields, - Wrapped<
String?> ? storefrontShoppingCartFields, - Wrapped<
bool?> ? includeZeroOwned, - Wrapped<
bool?> ? syncRunning, - Wrapped<
String?> ? orderTypeId, - Wrapped<
String?> ? orderType, - Wrapped<
String?> ? dealId, - Wrapped<
String?> ? landingPageHtml, - Wrapped<
String?> ? deal, - 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
WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog
copyWithWrapped({
Wrapped<String?>? storefrontCatalogId,
Wrapped<String?>? description,
Wrapped<bool?>? rental,
Wrapped<bool?>? sales,
Wrapped<String?>? integration,
Wrapped<double?>? ownedQuantityPercent,
Wrapped<String?>? locationId,
Wrapped<String?>? location,
Wrapped<String?>? warehouseId,
Wrapped<String?>? warehouse,
Wrapped<String?>? departmentId,
Wrapped<String?>? department,
Wrapped<bool?>? inactive,
Wrapped<String?>? storefrontCatalogGridFields,
Wrapped<String?>? storefrontCatalogListFields,
Wrapped<String?>? storefrontItemDetailFields,
Wrapped<String?>? storefrontShoppingCartFields,
Wrapped<bool?>? includeZeroOwned,
Wrapped<bool?>? syncRunning,
Wrapped<bool?>? allowAddingUnavailableItems,
Wrapped<String?>? orderTypeId,
Wrapped<String?>? orderType,
Wrapped<String?>? dealId,
Wrapped<String?>? landingPageHtml,
Wrapped<String?>? deal,
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 WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog(
storefrontCatalogId: (storefrontCatalogId != null
? storefrontCatalogId.value
: this.storefrontCatalogId),
description: (description != null ? description.value : this.description),
rental: (rental != null ? rental.value : this.rental),
sales: (sales != null ? sales.value : this.sales),
integration: (integration != null ? integration.value : this.integration),
ownedQuantityPercent: (ownedQuantityPercent != null
? ownedQuantityPercent.value
: this.ownedQuantityPercent),
locationId: (locationId != null ? locationId.value : this.locationId),
location: (location != null ? location.value : this.location),
warehouseId: (warehouseId != null ? warehouseId.value : this.warehouseId),
warehouse: (warehouse != null ? warehouse.value : this.warehouse),
departmentId: (departmentId != null
? departmentId.value
: this.departmentId),
department: (department != null ? department.value : this.department),
inactive: (inactive != null ? inactive.value : this.inactive),
storefrontCatalogGridFields: (storefrontCatalogGridFields != null
? storefrontCatalogGridFields.value
: this.storefrontCatalogGridFields),
storefrontCatalogListFields: (storefrontCatalogListFields != null
? storefrontCatalogListFields.value
: this.storefrontCatalogListFields),
storefrontItemDetailFields: (storefrontItemDetailFields != null
? storefrontItemDetailFields.value
: this.storefrontItemDetailFields),
storefrontShoppingCartFields: (storefrontShoppingCartFields != null
? storefrontShoppingCartFields.value
: this.storefrontShoppingCartFields),
includeZeroOwned: (includeZeroOwned != null
? includeZeroOwned.value
: this.includeZeroOwned),
syncRunning: (syncRunning != null ? syncRunning.value : this.syncRunning),
allowAddingUnavailableItems: (allowAddingUnavailableItems != null
? allowAddingUnavailableItems.value
: this.allowAddingUnavailableItems),
orderTypeId: (orderTypeId != null ? orderTypeId.value : this.orderTypeId),
orderType: (orderType != null ? orderType.value : this.orderType),
dealId: (dealId != null ? dealId.value : this.dealId),
landingPageHtml: (landingPageHtml != null
? landingPageHtml.value
: this.landingPageHtml),
deal: (deal != null ? deal.value : this.deal),
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),
);
}