copyWithWrapped method
WebApiModulesAgentContactContact
copyWithWrapped({
- Wrapped<
String?> ? contactId, - Wrapped<
String?> ? activeDate, - Wrapped<
String?> ? address1, - Wrapped<
String?> ? address2, - Wrapped<
String?> ? barcode, - Wrapped<
String?> ? city, - Wrapped<
String?> ? contactRecordType, - Wrapped<
String?> ? contactRecordTypeColor, - Wrapped<
String?> ? contactTitleId, - Wrapped<
String?> ? contactTitle, - Wrapped<
String?> ? country, - Wrapped<
String?> ? countryId, - Wrapped<
String?> ? countryCodeIsoAlpha2, - Wrapped<
int?> ? countryCodePhone, - Wrapped<
String?> ? dateStamp, - Wrapped<
String?> ? directExtension, - Wrapped<
String?> ? directPhone, - Wrapped<
String?> ? email, - Wrapped<
String?> ? fax, - Wrapped<
String?> ? faxExtension, - Wrapped<
String?> ? firstName, - Wrapped<
String?> ? firstNameColor, - Wrapped<
String?> ? homePhone, - Wrapped<
bool?> ? inactive, - Wrapped<
String?> ? inactiveDate, - Wrapped<
String?> ? info, - Wrapped<
String?> ? inputDate, - Wrapped<
String?> ? modifiedDate, - Wrapped<
String?> ? lastName, - Wrapped<
String?> ? middleInitial, - Wrapped<
String?> ? mobilePhone, - Wrapped<
String?> ? nameFirstMiddleLast, - Wrapped<
String?> ? officeExtension, - Wrapped<
String?> ? officePhone, - Wrapped<
String?> ? pager, - Wrapped<
String?> ? pagerPin, - Wrapped<
String?> ? person, - Wrapped<
String?> ? salutation, - Wrapped<
String?> ? website, - Wrapped<
String?> ? webStatus, - Wrapped<
String?> ? zipCode, - Wrapped<
String?> ? state, - Wrapped<
String?> ? sourceId, - Wrapped<
String?> ? userId, - Wrapped<
String?> ? password, - Wrapped<
bool?> ? changePasswordAtNextLogin, - Wrapped<
bool?> ? expirePassword, - Wrapped<
int?> ? expireDays, - Wrapped<
String?> ? passwordLastUpdated, - Wrapped<
String?> ? webUserId, - Wrapped<
String?> ? webUserContactId, - Wrapped<
String?> ? webUserUserId, - Wrapped<
bool?> ? webAccess, - Wrapped<
bool?> ? lockAccount, - Wrapped<
String?> ? defaultDealId, - Wrapped<
String?> ? defaultDeal, - Wrapped<
String?> ? webCatalogId, - Wrapped<
String?> ? webCatalog, - Wrapped<
String?> ? locationId, - Wrapped<
String?> ? location, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? warehouse, - Wrapped<
bool?> ? webQuoteRequest, - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? department, - Wrapped<
bool?> ? isAccountsPayable, - Wrapped<
bool?> ? isAccountsReceivable, - Wrapped<
bool?> ? buyer, - Wrapped<
bool?> ? responsiblePerson, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?>
Implementation
WebApiModulesAgentContactContact copyWithWrapped(
{Wrapped<String?>? contactId,
Wrapped<String?>? activeDate,
Wrapped<String?>? address1,
Wrapped<String?>? address2,
Wrapped<String?>? barcode,
Wrapped<String?>? city,
Wrapped<String?>? contactRecordType,
Wrapped<String?>? contactRecordTypeColor,
Wrapped<String?>? contactTitleId,
Wrapped<String?>? contactTitle,
Wrapped<String?>? country,
Wrapped<String?>? countryId,
Wrapped<String?>? countryCodeIsoAlpha2,
Wrapped<int?>? countryCodePhone,
Wrapped<String?>? dateStamp,
Wrapped<String?>? directExtension,
Wrapped<String?>? directPhone,
Wrapped<String?>? email,
Wrapped<String?>? fax,
Wrapped<String?>? faxExtension,
Wrapped<String?>? firstName,
Wrapped<String?>? firstNameColor,
Wrapped<String?>? homePhone,
Wrapped<bool?>? inactive,
Wrapped<String?>? inactiveDate,
Wrapped<String?>? info,
Wrapped<String?>? inputDate,
Wrapped<String?>? modifiedDate,
Wrapped<String?>? lastName,
Wrapped<String?>? middleInitial,
Wrapped<String?>? mobilePhone,
Wrapped<String?>? nameFirstMiddleLast,
Wrapped<String?>? officeExtension,
Wrapped<String?>? officePhone,
Wrapped<String?>? pager,
Wrapped<String?>? pagerPin,
Wrapped<String?>? person,
Wrapped<String?>? salutation,
Wrapped<String?>? website,
Wrapped<String?>? webStatus,
Wrapped<String?>? zipCode,
Wrapped<String?>? state,
Wrapped<String?>? sourceId,
Wrapped<String?>? userId,
Wrapped<String?>? password,
Wrapped<bool?>? changePasswordAtNextLogin,
Wrapped<bool?>? expirePassword,
Wrapped<int?>? expireDays,
Wrapped<String?>? passwordLastUpdated,
Wrapped<String?>? webUserId,
Wrapped<String?>? webUserContactId,
Wrapped<String?>? webUserUserId,
Wrapped<bool?>? webAccess,
Wrapped<bool?>? lockAccount,
Wrapped<String?>? defaultDealId,
Wrapped<String?>? defaultDeal,
Wrapped<String?>? webCatalogId,
Wrapped<String?>? webCatalog,
Wrapped<String?>? locationId,
Wrapped<String?>? location,
Wrapped<String?>? warehouseId,
Wrapped<String?>? warehouse,
Wrapped<bool?>? webQuoteRequest,
Wrapped<String?>? departmentId,
Wrapped<String?>? department,
Wrapped<bool?>? isAccountsPayable,
Wrapped<bool?>? isAccountsReceivable,
Wrapped<bool?>? buyer,
Wrapped<bool?>? responsiblePerson,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
return WebApiModulesAgentContactContact(
contactId: (contactId != null ? contactId.value : this.contactId),
activeDate: (activeDate != null ? activeDate.value : this.activeDate),
address1: (address1 != null ? address1.value : this.address1),
address2: (address2 != null ? address2.value : this.address2),
barcode: (barcode != null ? barcode.value : this.barcode),
city: (city != null ? city.value : this.city),
contactRecordType: (contactRecordType != null
? contactRecordType.value
: this.contactRecordType),
contactRecordTypeColor: (contactRecordTypeColor != null
? contactRecordTypeColor.value
: this.contactRecordTypeColor),
contactTitleId: (contactTitleId != null
? contactTitleId.value
: this.contactTitleId),
contactTitle:
(contactTitle != null ? contactTitle.value : this.contactTitle),
country: (country != null ? country.value : this.country),
countryId: (countryId != null ? countryId.value : this.countryId),
countryCodeIsoAlpha2: (countryCodeIsoAlpha2 != null
? countryCodeIsoAlpha2.value
: this.countryCodeIsoAlpha2),
countryCodePhone: (countryCodePhone != null
? countryCodePhone.value
: this.countryCodePhone),
dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
directExtension: (directExtension != null
? directExtension.value
: this.directExtension),
directPhone:
(directPhone != null ? directPhone.value : this.directPhone),
email: (email != null ? email.value : this.email),
fax: (fax != null ? fax.value : this.fax),
faxExtension:
(faxExtension != null ? faxExtension.value : this.faxExtension),
firstName: (firstName != null ? firstName.value : this.firstName),
firstNameColor: (firstNameColor != null
? firstNameColor.value
: this.firstNameColor),
homePhone: (homePhone != null ? homePhone.value : this.homePhone),
inactive: (inactive != null ? inactive.value : this.inactive),
inactiveDate:
(inactiveDate != null ? inactiveDate.value : this.inactiveDate),
info: (info != null ? info.value : this.info),
inputDate: (inputDate != null ? inputDate.value : this.inputDate),
modifiedDate:
(modifiedDate != null ? modifiedDate.value : this.modifiedDate),
lastName: (lastName != null ? lastName.value : this.lastName),
middleInitial:
(middleInitial != null ? middleInitial.value : this.middleInitial),
mobilePhone:
(mobilePhone != null ? mobilePhone.value : this.mobilePhone),
nameFirstMiddleLast: (nameFirstMiddleLast != null
? nameFirstMiddleLast.value
: this.nameFirstMiddleLast),
officeExtension: (officeExtension != null
? officeExtension.value
: this.officeExtension),
officePhone:
(officePhone != null ? officePhone.value : this.officePhone),
pager: (pager != null ? pager.value : this.pager),
pagerPin: (pagerPin != null ? pagerPin.value : this.pagerPin),
person: (person != null ? person.value : this.person),
salutation: (salutation != null ? salutation.value : this.salutation),
website: (website != null ? website.value : this.website),
webStatus: (webStatus != null ? webStatus.value : this.webStatus),
zipCode: (zipCode != null ? zipCode.value : this.zipCode),
state: (state != null ? state.value : this.state),
sourceId: (sourceId != null ? sourceId.value : this.sourceId),
userId: (userId != null ? userId.value : this.userId),
password: (password != null ? password.value : this.password),
changePasswordAtNextLogin: (changePasswordAtNextLogin != null
? changePasswordAtNextLogin.value
: this.changePasswordAtNextLogin),
expirePassword: (expirePassword != null
? expirePassword.value
: this.expirePassword),
expireDays: (expireDays != null ? expireDays.value : this.expireDays),
passwordLastUpdated: (passwordLastUpdated != null
? passwordLastUpdated.value
: this.passwordLastUpdated),
webUserId: (webUserId != null ? webUserId.value : this.webUserId),
webUserContactId: (webUserContactId != null
? webUserContactId.value
: this.webUserContactId),
webUserUserId:
(webUserUserId != null ? webUserUserId.value : this.webUserUserId),
webAccess: (webAccess != null ? webAccess.value : this.webAccess),
lockAccount:
(lockAccount != null ? lockAccount.value : this.lockAccount),
defaultDealId:
(defaultDealId != null ? defaultDealId.value : this.defaultDealId),
defaultDeal:
(defaultDeal != null ? defaultDeal.value : this.defaultDeal),
webCatalogId:
(webCatalogId != null ? webCatalogId.value : this.webCatalogId),
webCatalog: (webCatalog != null ? webCatalog.value : this.webCatalog),
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),
webQuoteRequest: (webQuoteRequest != null
? webQuoteRequest.value
: this.webQuoteRequest),
departmentId:
(departmentId != null ? departmentId.value : this.departmentId),
department: (department != null ? department.value : this.department),
isAccountsPayable: (isAccountsPayable != null
? isAccountsPayable.value
: this.isAccountsPayable),
isAccountsReceivable: (isAccountsReceivable != null
? isAccountsReceivable.value
: this.isAccountsReceivable),
buyer: (buyer != null ? buyer.value : this.buyer),
responsiblePerson: (responsiblePerson != null
? responsiblePerson.value
: this.responsiblePerson),
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));
}