copyWithWrapped method
WebApiModulesSettingsLaborSettingsCrewCrew
copyWithWrapped({
- Wrapped<
String?> ? crewId, - Wrapped<
String?> ? userId, - Wrapped<
bool?> ? isUser, - Wrapped<
String?> ? salutation, - Wrapped<
String?> ? nameFirstMiddleLast, - Wrapped<
String?> ? person, - Wrapped<
String?> ? lastName, - Wrapped<
String?> ? firstName, - Wrapped<
String?> ? address1, - Wrapped<
String?> ? address2, - Wrapped<
String?> ? city, - Wrapped<
String?> ? state, - Wrapped<
String?> ? countryId, - Wrapped<
String?> ? country, - Wrapped<
String?> ? countryCodeIsoAlpha2, - Wrapped<
int?> ? countryCodePhone, - Wrapped<
String?> ? zipCode, - Wrapped<
String?> ? middleInitial, - Wrapped<
String?> ? location, - Wrapped<
String?> ? position, - Wrapped<
String?> ? officePhone, - Wrapped<
String?> ? officeExtension, - Wrapped<
String?> ? directPhone, - Wrapped<
String?> ? directExtension, - Wrapped<
String?> ? fax, - Wrapped<
String?> ? faxExtension, - Wrapped<
String?> ? pager, - Wrapped<
String?> ? pagerPin, - Wrapped<
String?> ? mobilePhone, - Wrapped<
String?> ? homePhone, - Wrapped<
String?> ? email, - Wrapped<
String?> ? contactTitleId, - Wrapped<
String?> ? contactTitle, - Wrapped<
String?> ? activeDate, - Wrapped<
String?> ? inactiveDate, - Wrapped<
bool?> ? contractEmployee, - Wrapped<
bool?> ? inactive, - Wrapped<
String?> ? webUserId, - Wrapped<
bool?> ? webAccess, - Wrapped<
bool?> ? lockAccount, - Wrapped<
String?> ? webPassword, - Wrapped<
bool?> ? expirePassword, - Wrapped<
int?> ? expireDays, - Wrapped<
bool?> ? webAdministrator, - Wrapped<
bool?> ? changePasswordAtNextLogin, - Wrapped<
String?> ? passwordLastUpdated, - 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
WebApiModulesSettingsLaborSettingsCrewCrew copyWithWrapped(
{Wrapped<String?>? crewId,
Wrapped<String?>? userId,
Wrapped<bool?>? isUser,
Wrapped<String?>? salutation,
Wrapped<String?>? nameFirstMiddleLast,
Wrapped<String?>? person,
Wrapped<String?>? lastName,
Wrapped<String?>? firstName,
Wrapped<String?>? address1,
Wrapped<String?>? address2,
Wrapped<String?>? city,
Wrapped<String?>? state,
Wrapped<String?>? countryId,
Wrapped<String?>? country,
Wrapped<String?>? countryCodeIsoAlpha2,
Wrapped<int?>? countryCodePhone,
Wrapped<String?>? zipCode,
Wrapped<String?>? middleInitial,
Wrapped<String?>? location,
Wrapped<String?>? position,
Wrapped<String?>? officePhone,
Wrapped<String?>? officeExtension,
Wrapped<String?>? directPhone,
Wrapped<String?>? directExtension,
Wrapped<String?>? fax,
Wrapped<String?>? faxExtension,
Wrapped<String?>? pager,
Wrapped<String?>? pagerPin,
Wrapped<String?>? mobilePhone,
Wrapped<String?>? homePhone,
Wrapped<String?>? email,
Wrapped<String?>? contactTitleId,
Wrapped<String?>? contactTitle,
Wrapped<String?>? activeDate,
Wrapped<String?>? inactiveDate,
Wrapped<bool?>? contractEmployee,
Wrapped<bool?>? inactive,
Wrapped<String?>? webUserId,
Wrapped<bool?>? webAccess,
Wrapped<bool?>? lockAccount,
Wrapped<String?>? webPassword,
Wrapped<bool?>? expirePassword,
Wrapped<int?>? expireDays,
Wrapped<bool?>? webAdministrator,
Wrapped<bool?>? changePasswordAtNextLogin,
Wrapped<String?>? passwordLastUpdated,
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 WebApiModulesSettingsLaborSettingsCrewCrew(
crewId: (crewId != null ? crewId.value : this.crewId),
userId: (userId != null ? userId.value : this.userId),
isUser: (isUser != null ? isUser.value : this.isUser),
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),
address1: (address1 != null ? address1.value : this.address1),
address2: (address2 != null ? address2.value : this.address2),
city: (city != null ? city.value : this.city),
state: (state != null ? state.value : this.state),
countryId: (countryId != null ? countryId.value : this.countryId),
country: (country != null ? country.value : this.country),
countryCodeIsoAlpha2: (countryCodeIsoAlpha2 != null
? countryCodeIsoAlpha2.value
: this.countryCodeIsoAlpha2),
countryCodePhone: (countryCodePhone != null
? countryCodePhone.value
: this.countryCodePhone),
zipCode: (zipCode != null ? zipCode.value : this.zipCode),
middleInitial:
(middleInitial != null ? middleInitial.value : this.middleInitial),
location: (location != null ? location.value : this.location),
position: (position != null ? position.value : this.position),
officePhone:
(officePhone != null ? officePhone.value : this.officePhone),
officeExtension: (officeExtension != null
? officeExtension.value
: this.officeExtension),
directPhone:
(directPhone != null ? directPhone.value : this.directPhone),
directExtension: (directExtension != null
? directExtension.value
: this.directExtension),
fax: (fax != null ? fax.value : this.fax),
faxExtension:
(faxExtension != null ? faxExtension.value : this.faxExtension),
pager: (pager != null ? pager.value : this.pager),
pagerPin: (pagerPin != null ? pagerPin.value : this.pagerPin),
mobilePhone:
(mobilePhone != null ? mobilePhone.value : this.mobilePhone),
homePhone: (homePhone != null ? homePhone.value : this.homePhone),
email: (email != null ? email.value : this.email),
contactTitleId: (contactTitleId != null
? contactTitleId.value
: this.contactTitleId),
contactTitle:
(contactTitle != null ? contactTitle.value : this.contactTitle),
activeDate: (activeDate != null ? activeDate.value : this.activeDate),
inactiveDate:
(inactiveDate != null ? inactiveDate.value : this.inactiveDate),
contractEmployee: (contractEmployee != null
? contractEmployee.value
: this.contractEmployee),
inactive: (inactive != null ? inactive.value : this.inactive),
webUserId: (webUserId != null ? webUserId.value : this.webUserId),
webAccess: (webAccess != null ? webAccess.value : this.webAccess),
lockAccount:
(lockAccount != null ? lockAccount.value : this.lockAccount),
webPassword:
(webPassword != null ? webPassword.value : this.webPassword),
expirePassword: (expirePassword != null
? expirePassword.value
: this.expirePassword),
expireDays: (expireDays != null ? expireDays.value : this.expireDays),
webAdministrator: (webAdministrator != null
? webAdministrator.value
: this.webAdministrator),
changePasswordAtNextLogin: (changePasswordAtNextLogin != null
? changePasswordAtNextLogin.value
: this.changePasswordAtNextLogin),
passwordLastUpdated: (passwordLastUpdated != null
? passwordLastUpdated.value
: this.passwordLastUpdated),
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));
}