copyWithWrapped method
WebApiModulesAgentOrderDatesOrderDates
copyWithWrapped({
- Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderTypeId, - Wrapped<
String?> ? orderTypeDateTypeId, - Wrapped<
bool?> ? isSystemType, - Wrapped<
String?> ? activityTypeId, - Wrapped<
String?> ? activityType, - Wrapped<
String?> ? activity, - Wrapped<
String?> ? activityDisplay, - Wrapped<
String?> ? description, - Wrapped<
String?> ? descriptionDisplay, - Wrapped<
String?> ? descriptionDisplayTitleCase, - Wrapped<
bool?> ? isEnabled, - Wrapped<
String?> ? date, - Wrapped<
String?> ? time, - Wrapped<
String?> ? dateAndTime, - Wrapped<
String?> ? dayOfWeek, - Wrapped<
String?> ? actualDate, - Wrapped<
String?> ? actualTime, - Wrapped<
String?> ? actualDayOfWeek, - Wrapped<
bool?> ? isRequired, - Wrapped<
bool?> ? isProductionActivity, - Wrapped<
bool?> ? isMilestone, - Wrapped<
double?> ? orderBy, - 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
WebApiModulesAgentOrderDatesOrderDates copyWithWrapped({
Wrapped<String?>? orderId,
Wrapped<String?>? orderTypeId,
Wrapped<String?>? orderTypeDateTypeId,
Wrapped<bool?>? isSystemType,
Wrapped<String?>? activityTypeId,
Wrapped<String?>? activityType,
Wrapped<String?>? activity,
Wrapped<String?>? activityDisplay,
Wrapped<String?>? description,
Wrapped<String?>? descriptionDisplay,
Wrapped<String?>? descriptionDisplayTitleCase,
Wrapped<bool?>? isEnabled,
Wrapped<String?>? date,
Wrapped<String?>? time,
Wrapped<String?>? dateAndTime,
Wrapped<String?>? dayOfWeek,
Wrapped<String?>? actualDate,
Wrapped<String?>? actualTime,
Wrapped<String?>? actualDayOfWeek,
Wrapped<bool?>? isRequired,
Wrapped<bool?>? isProductionActivity,
Wrapped<bool?>? isMilestone,
Wrapped<double?>? orderBy,
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 WebApiModulesAgentOrderDatesOrderDates(
orderId: (orderId != null ? orderId.value : this.orderId),
orderTypeId: (orderTypeId != null ? orderTypeId.value : this.orderTypeId),
orderTypeDateTypeId: (orderTypeDateTypeId != null
? orderTypeDateTypeId.value
: this.orderTypeDateTypeId),
isSystemType: (isSystemType != null
? isSystemType.value
: this.isSystemType),
activityTypeId: (activityTypeId != null
? activityTypeId.value
: this.activityTypeId),
activityType: (activityType != null
? activityType.value
: this.activityType),
activity: (activity != null ? activity.value : this.activity),
activityDisplay: (activityDisplay != null
? activityDisplay.value
: this.activityDisplay),
description: (description != null ? description.value : this.description),
descriptionDisplay: (descriptionDisplay != null
? descriptionDisplay.value
: this.descriptionDisplay),
descriptionDisplayTitleCase: (descriptionDisplayTitleCase != null
? descriptionDisplayTitleCase.value
: this.descriptionDisplayTitleCase),
isEnabled: (isEnabled != null ? isEnabled.value : this.isEnabled),
date: (date != null ? date.value : this.date),
time: (time != null ? time.value : this.time),
dateAndTime: (dateAndTime != null ? dateAndTime.value : this.dateAndTime),
dayOfWeek: (dayOfWeek != null ? dayOfWeek.value : this.dayOfWeek),
actualDate: (actualDate != null ? actualDate.value : this.actualDate),
actualTime: (actualTime != null ? actualTime.value : this.actualTime),
actualDayOfWeek: (actualDayOfWeek != null
? actualDayOfWeek.value
: this.actualDayOfWeek),
isRequired: (isRequired != null ? isRequired.value : this.isRequired),
isProductionActivity: (isProductionActivity != null
? isProductionActivity.value
: this.isProductionActivity),
isMilestone: (isMilestone != null ? isMilestone.value : this.isMilestone),
orderBy: (orderBy != null ? orderBy.value : this.orderBy),
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),
);
}