copyWithWrapped method
WebApiModulesUtilitiesQuikActivityQuikActivity
copyWithWrapped({
- Wrapped<
int?> ? activityId, - Wrapped<
String?> ? activityDate, - Wrapped<
String?> ? activityTime, - Wrapped<
String?> ? activityTypeId, - Wrapped<
String?> ? activityTypeDescription, - Wrapped<
String?> ? activityTypeColor, - Wrapped<
String?> ? activityTypeTextColor, - Wrapped<
int?> ? activityStatusId, - Wrapped<
String?> ? activityStatus, - Wrapped<
String?> ? activityStatusColor, - Wrapped<
String?> ? activityStatusTextColor, - Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderNumber, - Wrapped<
String?> ? orderType, - Wrapped<
String?> ? orderTypeController, - Wrapped<
String?> ? orderDescription, - Wrapped<
String?> ? orderLocation, - Wrapped<
String?> ? agentId, - Wrapped<
String?> ? agent, - Wrapped<
String?> ? dealId, - Wrapped<
String?> ? deal, - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? department, - Wrapped<
String?> ? vendorId, - Wrapped<
String?> ? vendor, - Wrapped<
String?> ? customerId, - Wrapped<
String?> ? customer, - Wrapped<
String?> ? inventoryId, - Wrapped<
String?> ? iCode, - Wrapped<
String?> ? description, - Wrapped<
int?> ? totalQuantity, - Wrapped<
int?> ? remainingQuantity, - Wrapped<
int?> ? completeQuantity, - Wrapped<
double?> ? completePercent, - Wrapped<
String?> ? assignedToUserId, - Wrapped<
String?> ? assignedToUserName, - Wrapped<
bool?> ? orderRentalActivity, - Wrapped<
bool?> ? orderSalesActivity, - Wrapped<
bool?> ? orderMiscellaneousActivity, - Wrapped<
bool?> ? orderLaborActivity, - Wrapped<
bool?> ? orderRentalSaleActivity, - Wrapped<
bool?> ? orderLossAndDamageActivity, - Wrapped<
bool?> ? orderRepairActivity, - 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<
String?> ? createdByUserId, - Wrapped<
String?> ? createdByUserName, - Wrapped<
String?> ? createdDateTime, - Wrapped<
String?> ? modifiedByUserId, - Wrapped<
String?> ? modifiedByUserName, - Wrapped<
String?> ? modifiedDateTime,
Implementation
WebApiModulesUtilitiesQuikActivityQuikActivity copyWithWrapped({
Wrapped<int?>? activityId,
Wrapped<String?>? activityDate,
Wrapped<String?>? activityTime,
Wrapped<String?>? activityTypeId,
Wrapped<String?>? activityTypeDescription,
Wrapped<String?>? activityTypeColor,
Wrapped<String?>? activityTypeTextColor,
Wrapped<int?>? activityStatusId,
Wrapped<String?>? activityStatus,
Wrapped<String?>? activityStatusColor,
Wrapped<String?>? activityStatusTextColor,
Wrapped<String?>? orderId,
Wrapped<String?>? orderNumber,
Wrapped<String?>? orderType,
Wrapped<String?>? orderTypeController,
Wrapped<String?>? orderDescription,
Wrapped<String?>? orderLocation,
Wrapped<String?>? agentId,
Wrapped<String?>? agent,
Wrapped<String?>? dealId,
Wrapped<String?>? deal,
Wrapped<String?>? departmentId,
Wrapped<String?>? department,
Wrapped<String?>? vendorId,
Wrapped<String?>? vendor,
Wrapped<String?>? customerId,
Wrapped<String?>? customer,
Wrapped<String?>? inventoryId,
Wrapped<String?>? iCode,
Wrapped<String?>? description,
Wrapped<int?>? totalQuantity,
Wrapped<int?>? remainingQuantity,
Wrapped<int?>? completeQuantity,
Wrapped<double?>? completePercent,
Wrapped<String?>? assignedToUserId,
Wrapped<String?>? assignedToUserName,
Wrapped<bool?>? orderRentalActivity,
Wrapped<bool?>? orderSalesActivity,
Wrapped<bool?>? orderMiscellaneousActivity,
Wrapped<bool?>? orderLaborActivity,
Wrapped<bool?>? orderRentalSaleActivity,
Wrapped<bool?>? orderLossAndDamageActivity,
Wrapped<bool?>? orderRepairActivity,
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<String?>? createdByUserId,
Wrapped<String?>? createdByUserName,
Wrapped<String?>? createdDateTime,
Wrapped<String?>? modifiedByUserId,
Wrapped<String?>? modifiedByUserName,
Wrapped<String?>? modifiedDateTime,
}) {
return WebApiModulesUtilitiesQuikActivityQuikActivity(
activityId: (activityId != null ? activityId.value : this.activityId),
activityDate: (activityDate != null
? activityDate.value
: this.activityDate),
activityTime: (activityTime != null
? activityTime.value
: this.activityTime),
activityTypeId: (activityTypeId != null
? activityTypeId.value
: this.activityTypeId),
activityTypeDescription: (activityTypeDescription != null
? activityTypeDescription.value
: this.activityTypeDescription),
activityTypeColor: (activityTypeColor != null
? activityTypeColor.value
: this.activityTypeColor),
activityTypeTextColor: (activityTypeTextColor != null
? activityTypeTextColor.value
: this.activityTypeTextColor),
activityStatusId: (activityStatusId != null
? activityStatusId.value
: this.activityStatusId),
activityStatus: (activityStatus != null
? activityStatus.value
: this.activityStatus),
activityStatusColor: (activityStatusColor != null
? activityStatusColor.value
: this.activityStatusColor),
activityStatusTextColor: (activityStatusTextColor != null
? activityStatusTextColor.value
: this.activityStatusTextColor),
orderId: (orderId != null ? orderId.value : this.orderId),
orderNumber: (orderNumber != null ? orderNumber.value : this.orderNumber),
orderType: (orderType != null ? orderType.value : this.orderType),
orderTypeController: (orderTypeController != null
? orderTypeController.value
: this.orderTypeController),
orderDescription: (orderDescription != null
? orderDescription.value
: this.orderDescription),
orderLocation: (orderLocation != null
? orderLocation.value
: this.orderLocation),
agentId: (agentId != null ? agentId.value : this.agentId),
agent: (agent != null ? agent.value : this.agent),
dealId: (dealId != null ? dealId.value : this.dealId),
deal: (deal != null ? deal.value : this.deal),
departmentId: (departmentId != null
? departmentId.value
: this.departmentId),
department: (department != null ? department.value : this.department),
vendorId: (vendorId != null ? vendorId.value : this.vendorId),
vendor: (vendor != null ? vendor.value : this.vendor),
customerId: (customerId != null ? customerId.value : this.customerId),
customer: (customer != null ? customer.value : this.customer),
inventoryId: (inventoryId != null ? inventoryId.value : this.inventoryId),
iCode: (iCode != null ? iCode.value : this.iCode),
description: (description != null ? description.value : this.description),
totalQuantity: (totalQuantity != null
? totalQuantity.value
: this.totalQuantity),
remainingQuantity: (remainingQuantity != null
? remainingQuantity.value
: this.remainingQuantity),
completeQuantity: (completeQuantity != null
? completeQuantity.value
: this.completeQuantity),
completePercent: (completePercent != null
? completePercent.value
: this.completePercent),
assignedToUserId: (assignedToUserId != null
? assignedToUserId.value
: this.assignedToUserId),
assignedToUserName: (assignedToUserName != null
? assignedToUserName.value
: this.assignedToUserName),
orderRentalActivity: (orderRentalActivity != null
? orderRentalActivity.value
: this.orderRentalActivity),
orderSalesActivity: (orderSalesActivity != null
? orderSalesActivity.value
: this.orderSalesActivity),
orderMiscellaneousActivity: (orderMiscellaneousActivity != null
? orderMiscellaneousActivity.value
: this.orderMiscellaneousActivity),
orderLaborActivity: (orderLaborActivity != null
? orderLaborActivity.value
: this.orderLaborActivity),
orderRentalSaleActivity: (orderRentalSaleActivity != null
? orderRentalSaleActivity.value
: this.orderRentalSaleActivity),
orderLossAndDamageActivity: (orderLossAndDamageActivity != null
? orderLossAndDamageActivity.value
: this.orderLossAndDamageActivity),
orderRepairActivity: (orderRepairActivity != null
? orderRepairActivity.value
: this.orderRepairActivity),
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),
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),
);
}