copyWithWrapped method

WebApiModulesAgentOrderContactOrderContact copyWithWrapped({
  1. Wrapped<int?>? orderContactId,
  2. Wrapped<String?>? orderId,
  3. Wrapped<String?>? contactId,
  4. Wrapped<String?>? nameFml,
  5. Wrapped<String?>? nameLfm,
  6. Wrapped<String?>? person,
  7. Wrapped<String?>? personColor,
  8. Wrapped<String?>? firstName,
  9. Wrapped<String?>? middleInitial,
  10. Wrapped<String?>? lastName,
  11. Wrapped<String?>? contactTitle,
  12. Wrapped<String?>? officePhone,
  13. Wrapped<String?>? officeExtension,
  14. Wrapped<String?>? mobilePhone,
  15. Wrapped<String?>? email,
  16. Wrapped<String?>? pager,
  17. Wrapped<String?>? pagerPin,
  18. Wrapped<String?>? jobTitle,
  19. Wrapped<String?>? contactTitleId,
  20. Wrapped<String?>? companyContactId,
  21. Wrapped<String?>? companyId,
  22. Wrapped<bool?>? isPrimary,
  23. Wrapped<String?>? countryId,
  24. Wrapped<bool?>? isOrderedBy,
  25. Wrapped<bool?>? isAccountsPayable,
  26. Wrapped<bool?>? isAccountsReceivable,
  27. Wrapped<bool?>? isProductionContact,
  28. Wrapped<bool?>? isPrintable,
  29. Wrapped<bool?>? contactOnOrder,
  30. Wrapped<int?>? orderBy,
  31. Wrapped<bool?>? inactive,
  32. Wrapped<String?>? dateStamp,
  33. Wrapped<String?>? auditNote,
  34. Wrapped<String?>? recordTitle,
  35. Wrapped? urlIdentifier,
  36. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  37. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  38. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  39. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  40. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  41. Wrapped<bool?>? hasImport,
  42. Wrapped<bool?>? hasDocuments,
  43. Wrapped<String?>? createdByUserId,
  44. Wrapped<String?>? createdByUserName,
  45. Wrapped<String?>? createdDateTime,
  46. Wrapped<String?>? modifiedByUserId,
  47. Wrapped<String?>? modifiedByUserName,
  48. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesAgentOrderContactOrderContact copyWithWrapped({
  Wrapped<int?>? orderContactId,
  Wrapped<String?>? orderId,
  Wrapped<String?>? contactId,
  Wrapped<String?>? nameFml,
  Wrapped<String?>? nameLfm,
  Wrapped<String?>? person,
  Wrapped<String?>? personColor,
  Wrapped<String?>? firstName,
  Wrapped<String?>? middleInitial,
  Wrapped<String?>? lastName,
  Wrapped<String?>? contactTitle,
  Wrapped<String?>? officePhone,
  Wrapped<String?>? officeExtension,
  Wrapped<String?>? mobilePhone,
  Wrapped<String?>? email,
  Wrapped<String?>? pager,
  Wrapped<String?>? pagerPin,
  Wrapped<String?>? jobTitle,
  Wrapped<String?>? contactTitleId,
  Wrapped<String?>? companyContactId,
  Wrapped<String?>? companyId,
  Wrapped<bool?>? isPrimary,
  Wrapped<String?>? countryId,
  Wrapped<bool?>? isOrderedBy,
  Wrapped<bool?>? isAccountsPayable,
  Wrapped<bool?>? isAccountsReceivable,
  Wrapped<bool?>? isProductionContact,
  Wrapped<bool?>? isPrintable,
  Wrapped<bool?>? contactOnOrder,
  Wrapped<int?>? orderBy,
  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 WebApiModulesAgentOrderContactOrderContact(
    orderContactId: (orderContactId != null
        ? orderContactId.value
        : this.orderContactId),
    orderId: (orderId != null ? orderId.value : this.orderId),
    contactId: (contactId != null ? contactId.value : this.contactId),
    nameFml: (nameFml != null ? nameFml.value : this.nameFml),
    nameLfm: (nameLfm != null ? nameLfm.value : this.nameLfm),
    person: (person != null ? person.value : this.person),
    personColor: (personColor != null ? personColor.value : this.personColor),
    firstName: (firstName != null ? firstName.value : this.firstName),
    middleInitial: (middleInitial != null
        ? middleInitial.value
        : this.middleInitial),
    lastName: (lastName != null ? lastName.value : this.lastName),
    contactTitle: (contactTitle != null
        ? contactTitle.value
        : this.contactTitle),
    officePhone: (officePhone != null ? officePhone.value : this.officePhone),
    officeExtension: (officeExtension != null
        ? officeExtension.value
        : this.officeExtension),
    mobilePhone: (mobilePhone != null ? mobilePhone.value : this.mobilePhone),
    email: (email != null ? email.value : this.email),
    pager: (pager != null ? pager.value : this.pager),
    pagerPin: (pagerPin != null ? pagerPin.value : this.pagerPin),
    jobTitle: (jobTitle != null ? jobTitle.value : this.jobTitle),
    contactTitleId: (contactTitleId != null
        ? contactTitleId.value
        : this.contactTitleId),
    companyContactId: (companyContactId != null
        ? companyContactId.value
        : this.companyContactId),
    companyId: (companyId != null ? companyId.value : this.companyId),
    isPrimary: (isPrimary != null ? isPrimary.value : this.isPrimary),
    countryId: (countryId != null ? countryId.value : this.countryId),
    isOrderedBy: (isOrderedBy != null ? isOrderedBy.value : this.isOrderedBy),
    isAccountsPayable: (isAccountsPayable != null
        ? isAccountsPayable.value
        : this.isAccountsPayable),
    isAccountsReceivable: (isAccountsReceivable != null
        ? isAccountsReceivable.value
        : this.isAccountsReceivable),
    isProductionContact: (isProductionContact != null
        ? isProductionContact.value
        : this.isProductionContact),
    isPrintable: (isPrintable != null ? isPrintable.value : this.isPrintable),
    contactOnOrder: (contactOnOrder != null
        ? contactOnOrder.value
        : this.contactOnOrder),
    orderBy: (orderBy != null ? orderBy.value : this.orderBy),
    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),
  );
}