copyWithWrapped method
WebApiModulesAgentProjectContactProjectContact
copyWithWrapped({
- Wrapped<
int?> ? projectContactId, - Wrapped<
String?> ? projectId, - 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?> ? isProjectFor, - Wrapped<
bool?> ? isProductionContact, - Wrapped<
bool?> ? isPrintable, - Wrapped<
bool?> ? contactOnProject, - Wrapped<
bool?> ? inactive, - 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
WebApiModulesAgentProjectContactProjectContact copyWithWrapped({
Wrapped<int?>? projectContactId,
Wrapped<String?>? projectId,
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?>? isProjectFor,
Wrapped<bool?>? isProductionContact,
Wrapped<bool?>? isPrintable,
Wrapped<bool?>? contactOnProject,
Wrapped<bool?>? inactive,
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 WebApiModulesAgentProjectContactProjectContact(
projectContactId: (projectContactId != null
? projectContactId.value
: this.projectContactId),
projectId: (projectId != null ? projectId.value : this.projectId),
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),
isProjectFor: (isProjectFor != null
? isProjectFor.value
: this.isProjectFor),
isProductionContact: (isProductionContact != null
? isProductionContact.value
: this.isProductionContact),
isPrintable: (isPrintable != null ? isPrintable.value : this.isPrintable),
contactOnProject: (contactOnProject != null
? contactOnProject.value
: this.contactOnProject),
inactive: (inactive != null ? inactive.value : this.inactive),
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),
);
}