copyWith method
WebApiModulesUtilitiesQuikActivityQuikActivity
copyWith({
- int? activityId,
- String? activityDate,
- String? activityTime,
- String? activityTypeId,
- String? activityTypeDescription,
- String? activityTypeColor,
- String? activityTypeTextColor,
- int? activityStatusId,
- String? activityStatus,
- String? activityStatusColor,
- String? activityStatusTextColor,
- String? orderId,
- String? orderNumber,
- String? orderType,
- String? orderTypeController,
- String? orderDescription,
- String? orderLocation,
- String? agentId,
- String? agent,
- String? dealId,
- String? deal,
- String? departmentId,
- String? department,
- String? vendorId,
- String? vendor,
- String? customerId,
- String? customer,
- String? inventoryId,
- String? iCode,
- String? description,
- int? totalQuantity,
- int? remainingQuantity,
- int? completeQuantity,
- double? completePercent,
- String? assignedToUserId,
- String? assignedToUserName,
- bool? orderRentalActivity,
- bool? orderSalesActivity,
- bool? orderMiscellaneousActivity,
- bool? orderLaborActivity,
- bool? orderRentalSaleActivity,
- bool? orderLossAndDamageActivity,
- bool? orderRepairActivity,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
WebApiModulesUtilitiesQuikActivityQuikActivity copyWith({
int? activityId,
String? activityDate,
String? activityTime,
String? activityTypeId,
String? activityTypeDescription,
String? activityTypeColor,
String? activityTypeTextColor,
int? activityStatusId,
String? activityStatus,
String? activityStatusColor,
String? activityStatusTextColor,
String? orderId,
String? orderNumber,
String? orderType,
String? orderTypeController,
String? orderDescription,
String? orderLocation,
String? agentId,
String? agent,
String? dealId,
String? deal,
String? departmentId,
String? department,
String? vendorId,
String? vendor,
String? customerId,
String? customer,
String? inventoryId,
String? iCode,
String? description,
int? totalQuantity,
int? remainingQuantity,
int? completeQuantity,
double? completePercent,
String? assignedToUserId,
String? assignedToUserName,
bool? orderRentalActivity,
bool? orderSalesActivity,
bool? orderMiscellaneousActivity,
bool? orderLaborActivity,
bool? orderRentalSaleActivity,
bool? orderLossAndDamageActivity,
bool? orderRepairActivity,
String? auditNote,
String? recordTitle,
dynamic urlIdentifier,
List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
List<FwStandardDataFwCustomValue>? custom,
List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
FwStandardBusinessLogicFwBusinessLogic? original,
List<FwStandardDataFwTranslatedValue>? translation,
bool? hasImport,
String? createdByUserId,
String? createdByUserName,
String? createdDateTime,
String? modifiedByUserId,
String? modifiedByUserName,
String? modifiedDateTime,
}) {
return WebApiModulesUtilitiesQuikActivityQuikActivity(
activityId: activityId ?? this.activityId,
activityDate: activityDate ?? this.activityDate,
activityTime: activityTime ?? this.activityTime,
activityTypeId: activityTypeId ?? this.activityTypeId,
activityTypeDescription:
activityTypeDescription ?? this.activityTypeDescription,
activityTypeColor: activityTypeColor ?? this.activityTypeColor,
activityTypeTextColor:
activityTypeTextColor ?? this.activityTypeTextColor,
activityStatusId: activityStatusId ?? this.activityStatusId,
activityStatus: activityStatus ?? this.activityStatus,
activityStatusColor: activityStatusColor ?? this.activityStatusColor,
activityStatusTextColor:
activityStatusTextColor ?? this.activityStatusTextColor,
orderId: orderId ?? this.orderId,
orderNumber: orderNumber ?? this.orderNumber,
orderType: orderType ?? this.orderType,
orderTypeController: orderTypeController ?? this.orderTypeController,
orderDescription: orderDescription ?? this.orderDescription,
orderLocation: orderLocation ?? this.orderLocation,
agentId: agentId ?? this.agentId,
agent: agent ?? this.agent,
dealId: dealId ?? this.dealId,
deal: deal ?? this.deal,
departmentId: departmentId ?? this.departmentId,
department: department ?? this.department,
vendorId: vendorId ?? this.vendorId,
vendor: vendor ?? this.vendor,
customerId: customerId ?? this.customerId,
customer: customer ?? this.customer,
inventoryId: inventoryId ?? this.inventoryId,
iCode: iCode ?? this.iCode,
description: description ?? this.description,
totalQuantity: totalQuantity ?? this.totalQuantity,
remainingQuantity: remainingQuantity ?? this.remainingQuantity,
completeQuantity: completeQuantity ?? this.completeQuantity,
completePercent: completePercent ?? this.completePercent,
assignedToUserId: assignedToUserId ?? this.assignedToUserId,
assignedToUserName: assignedToUserName ?? this.assignedToUserName,
orderRentalActivity: orderRentalActivity ?? this.orderRentalActivity,
orderSalesActivity: orderSalesActivity ?? this.orderSalesActivity,
orderMiscellaneousActivity:
orderMiscellaneousActivity ?? this.orderMiscellaneousActivity,
orderLaborActivity: orderLaborActivity ?? this.orderLaborActivity,
orderRentalSaleActivity:
orderRentalSaleActivity ?? this.orderRentalSaleActivity,
orderLossAndDamageActivity:
orderLossAndDamageActivity ?? this.orderLossAndDamageActivity,
orderRepairActivity: orderRepairActivity ?? this.orderRepairActivity,
auditNote: auditNote ?? this.auditNote,
recordTitle: recordTitle ?? this.recordTitle,
urlIdentifier: urlIdentifier ?? this.urlIdentifier,
fields: fields ?? this.fields,
custom: custom ?? this.custom,
defaultFieldAttributes:
defaultFieldAttributes ?? this.defaultFieldAttributes,
original: original ?? this.original,
translation: translation ?? this.translation,
hasImport: hasImport ?? this.hasImport,
createdByUserId: createdByUserId ?? this.createdByUserId,
createdByUserName: createdByUserName ?? this.createdByUserName,
createdDateTime: createdDateTime ?? this.createdDateTime,
modifiedByUserId: modifiedByUserId ?? this.modifiedByUserId,
modifiedByUserName: modifiedByUserName ?? this.modifiedByUserName,
modifiedDateTime: modifiedDateTime ?? this.modifiedDateTime,
);
}