copyWithWrapped method
WebApiModulesSettingsSpaceRateSpaceRate
copyWithWrapped({
- Wrapped<
String?> ? spaceRateId, - Wrapped<
String?> ? buildingId, - Wrapped<
String?> ? floorId, - Wrapped<
String?> ? spaceId, - Wrapped<
String?> ? facilityTypeId, - Wrapped<
String?> ? facilityType, - Wrapped<
String?> ? spaceTypeId, - Wrapped<
String?> ? spaceType, - Wrapped<
String?> ? rateId, - Wrapped<
String?> ? iCode, - Wrapped<
String?> ? description, - Wrapped<
double?> ? price, - Wrapped<
double?> ? hourlyRate, - Wrapped<
double?> ? dailyRate, - Wrapped<
double?> ? weeklyRate, - Wrapped<
double?> ? week2Rate, - Wrapped<
double?> ? week3Rate, - Wrapped<
double?> ? week4Rate, - Wrapped<
double?> ? week5Rate, - Wrapped<
double?> ? monthlyRate, - Wrapped<
bool?> ? stageScheduling, - Wrapped<
String?> ? unitId, - Wrapped<
String?> ? spaceTypeClassification, - Wrapped<
int?> ? orderBy, - 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
WebApiModulesSettingsSpaceRateSpaceRate copyWithWrapped(
{Wrapped<String?>? spaceRateId,
Wrapped<String?>? buildingId,
Wrapped<String?>? floorId,
Wrapped<String?>? spaceId,
Wrapped<String?>? facilityTypeId,
Wrapped<String?>? facilityType,
Wrapped<String?>? spaceTypeId,
Wrapped<String?>? spaceType,
Wrapped<String?>? rateId,
Wrapped<String?>? iCode,
Wrapped<String?>? description,
Wrapped<double?>? price,
Wrapped<double?>? hourlyRate,
Wrapped<double?>? dailyRate,
Wrapped<double?>? weeklyRate,
Wrapped<double?>? week2Rate,
Wrapped<double?>? week3Rate,
Wrapped<double?>? week4Rate,
Wrapped<double?>? week5Rate,
Wrapped<double?>? monthlyRate,
Wrapped<bool?>? stageScheduling,
Wrapped<String?>? unitId,
Wrapped<String?>? spaceTypeClassification,
Wrapped<int?>? orderBy,
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 WebApiModulesSettingsSpaceRateSpaceRate(
spaceRateId:
(spaceRateId != null ? spaceRateId.value : this.spaceRateId),
buildingId: (buildingId != null ? buildingId.value : this.buildingId),
floorId: (floorId != null ? floorId.value : this.floorId),
spaceId: (spaceId != null ? spaceId.value : this.spaceId),
facilityTypeId: (facilityTypeId != null
? facilityTypeId.value
: this.facilityTypeId),
facilityType:
(facilityType != null ? facilityType.value : this.facilityType),
spaceTypeId:
(spaceTypeId != null ? spaceTypeId.value : this.spaceTypeId),
spaceType: (spaceType != null ? spaceType.value : this.spaceType),
rateId: (rateId != null ? rateId.value : this.rateId),
iCode: (iCode != null ? iCode.value : this.iCode),
description:
(description != null ? description.value : this.description),
price: (price != null ? price.value : this.price),
hourlyRate: (hourlyRate != null ? hourlyRate.value : this.hourlyRate),
dailyRate: (dailyRate != null ? dailyRate.value : this.dailyRate),
weeklyRate: (weeklyRate != null ? weeklyRate.value : this.weeklyRate),
week2Rate: (week2Rate != null ? week2Rate.value : this.week2Rate),
week3Rate: (week3Rate != null ? week3Rate.value : this.week3Rate),
week4Rate: (week4Rate != null ? week4Rate.value : this.week4Rate),
week5Rate: (week5Rate != null ? week5Rate.value : this.week5Rate),
monthlyRate:
(monthlyRate != null ? monthlyRate.value : this.monthlyRate),
stageScheduling: (stageScheduling != null
? stageScheduling.value
: this.stageScheduling),
unitId: (unitId != null ? unitId.value : this.unitId),
spaceTypeClassification: (spaceTypeClassification != null
? spaceTypeClassification.value
: this.spaceTypeClassification),
orderBy: (orderBy != null ? orderBy.value : this.orderBy),
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));
}