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?> ? vendorId, - Wrapped<
String?> ? vendor, - 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<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?>
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?>? vendorId,
Wrapped<String?>? vendor,
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<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
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),
vendorId: (vendorId != null ? vendorId.value : this.vendorId),
vendor: (vendor != null ? vendor.value : this.vendor),
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),
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));
}