copyWithWrapped method

WebApiModulesHomeEmailRecipientEmailRecipient copyWithWrapped({
  1. Wrapped<String?>? companyContactId,
  2. Wrapped<String?>? companyId,
  3. Wrapped<String?>? company,
  4. Wrapped<String?>? companyType,
  5. Wrapped<String?>? companyTypeColor,
  6. Wrapped<String?>? contactId,
  7. Wrapped<String?>? salutation,
  8. Wrapped<String?>? nameFirstMiddleLast,
  9. Wrapped<String?>? person,
  10. Wrapped<String?>? lastName,
  11. Wrapped<String?>? firstName,
  12. Wrapped<String?>? middleInitial,
  13. Wrapped<String?>? jobTitle,
  14. Wrapped<String?>? contactTitleId,
  15. Wrapped<String?>? contactTitle,
  16. Wrapped<bool?>? isPrimary,
  17. Wrapped<String?>? activeDate,
  18. Wrapped<String?>? inactiveDate,
  19. Wrapped<bool?>? authorized,
  20. Wrapped<bool?>? orderNotify,
  21. Wrapped<String?>? officePhone,
  22. Wrapped<String?>? officeExtension,
  23. Wrapped<String?>? fax,
  24. Wrapped<String?>? faxExtension,
  25. Wrapped<String?>? email,
  26. Wrapped<String?>? directPhone,
  27. Wrapped<String?>? directExtension,
  28. Wrapped<String?>? pager,
  29. Wrapped<String?>? pagerPin,
  30. Wrapped<bool?>? printable,
  31. Wrapped<String?>? mobilePhone,
  32. Wrapped<bool?>? isAccountsReceivable,
  33. Wrapped<bool?>? isAccountsPayable,
  34. Wrapped<bool?>? inactive,
  35. Wrapped<String?>? dateStamp,
  36. Wrapped<String?>? auditNote,
  37. Wrapped<String?>? recordTitle,
  38. Wrapped? urlIdentifier,
  39. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  40. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  41. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  42. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  43. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  44. Wrapped<bool?>? hasImport,
  45. Wrapped<bool?>? hasDocuments,
  46. Wrapped<String?>? createdByUserId,
  47. Wrapped<String?>? createdByUserName,
  48. Wrapped<String?>? createdDateTime,
  49. Wrapped<String?>? modifiedByUserId,
  50. Wrapped<String?>? modifiedByUserName,
  51. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesHomeEmailRecipientEmailRecipient copyWithWrapped({
  Wrapped<String?>? companyContactId,
  Wrapped<String?>? companyId,
  Wrapped<String?>? company,
  Wrapped<String?>? companyType,
  Wrapped<String?>? companyTypeColor,
  Wrapped<String?>? contactId,
  Wrapped<String?>? salutation,
  Wrapped<String?>? nameFirstMiddleLast,
  Wrapped<String?>? person,
  Wrapped<String?>? lastName,
  Wrapped<String?>? firstName,
  Wrapped<String?>? middleInitial,
  Wrapped<String?>? jobTitle,
  Wrapped<String?>? contactTitleId,
  Wrapped<String?>? contactTitle,
  Wrapped<bool?>? isPrimary,
  Wrapped<String?>? activeDate,
  Wrapped<String?>? inactiveDate,
  Wrapped<bool?>? authorized,
  Wrapped<bool?>? orderNotify,
  Wrapped<String?>? officePhone,
  Wrapped<String?>? officeExtension,
  Wrapped<String?>? fax,
  Wrapped<String?>? faxExtension,
  Wrapped<String?>? email,
  Wrapped<String?>? directPhone,
  Wrapped<String?>? directExtension,
  Wrapped<String?>? pager,
  Wrapped<String?>? pagerPin,
  Wrapped<bool?>? printable,
  Wrapped<String?>? mobilePhone,
  Wrapped<bool?>? isAccountsReceivable,
  Wrapped<bool?>? isAccountsPayable,
  Wrapped<bool?>? inactive,
  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 WebApiModulesHomeEmailRecipientEmailRecipient(
    companyContactId: (companyContactId != null
        ? companyContactId.value
        : this.companyContactId),
    companyId: (companyId != null ? companyId.value : this.companyId),
    company: (company != null ? company.value : this.company),
    companyType: (companyType != null ? companyType.value : this.companyType),
    companyTypeColor: (companyTypeColor != null
        ? companyTypeColor.value
        : this.companyTypeColor),
    contactId: (contactId != null ? contactId.value : this.contactId),
    salutation: (salutation != null ? salutation.value : this.salutation),
    nameFirstMiddleLast: (nameFirstMiddleLast != null
        ? nameFirstMiddleLast.value
        : this.nameFirstMiddleLast),
    person: (person != null ? person.value : this.person),
    lastName: (lastName != null ? lastName.value : this.lastName),
    firstName: (firstName != null ? firstName.value : this.firstName),
    middleInitial: (middleInitial != null
        ? middleInitial.value
        : this.middleInitial),
    jobTitle: (jobTitle != null ? jobTitle.value : this.jobTitle),
    contactTitleId: (contactTitleId != null
        ? contactTitleId.value
        : this.contactTitleId),
    contactTitle: (contactTitle != null
        ? contactTitle.value
        : this.contactTitle),
    isPrimary: (isPrimary != null ? isPrimary.value : this.isPrimary),
    activeDate: (activeDate != null ? activeDate.value : this.activeDate),
    inactiveDate: (inactiveDate != null
        ? inactiveDate.value
        : this.inactiveDate),
    authorized: (authorized != null ? authorized.value : this.authorized),
    orderNotify: (orderNotify != null ? orderNotify.value : this.orderNotify),
    officePhone: (officePhone != null ? officePhone.value : this.officePhone),
    officeExtension: (officeExtension != null
        ? officeExtension.value
        : this.officeExtension),
    fax: (fax != null ? fax.value : this.fax),
    faxExtension: (faxExtension != null
        ? faxExtension.value
        : this.faxExtension),
    email: (email != null ? email.value : this.email),
    directPhone: (directPhone != null ? directPhone.value : this.directPhone),
    directExtension: (directExtension != null
        ? directExtension.value
        : this.directExtension),
    pager: (pager != null ? pager.value : this.pager),
    pagerPin: (pagerPin != null ? pagerPin.value : this.pagerPin),
    printable: (printable != null ? printable.value : this.printable),
    mobilePhone: (mobilePhone != null ? mobilePhone.value : this.mobilePhone),
    isAccountsReceivable: (isAccountsReceivable != null
        ? isAccountsReceivable.value
        : this.isAccountsReceivable),
    isAccountsPayable: (isAccountsPayable != null
        ? isAccountsPayable.value
        : this.isAccountsPayable),
    inactive: (inactive != null ? inactive.value : this.inactive),
    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),
  );
}