copyWithWrapped method
WebApiModulesWarehouseActivityActivity
copyWithWrapped({
- Wrapped<
int?> ? activityId, - Wrapped<
int?> ? activityTypeId, - Wrapped<
String?> ? activityType, - Wrapped<
String?> ? activityTypeDescription, - Wrapped<
String?> ? activityTypeColor, - Wrapped<
String?> ? activityTypeTextColor, - Wrapped<
int?> ? activityStatusId, - Wrapped<
String?> ? activityStatus, - Wrapped<
String?> ? activityStatusDescription, - Wrapped<
String?> ? activityStatusColor, - Wrapped<
String?> ? activityStatusTextColor, - Wrapped<
String?> ? officeLocationId, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? warehouse, - Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderNumber, - Wrapped<
String?> ? orderDescription, - Wrapped<
String?> ? orderType, - Wrapped<
String?> ? orderStatus, - Wrapped<
String?> ? orderTypeId, - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? dealId, - Wrapped<
String?> ? orderTypeDescription, - Wrapped<
String?> ? vendorId, - Wrapped<
String?> ? assignedToUserId, - Wrapped<
String?> ? assignedToUserName, - Wrapped<
DateTime?> ? activityDateTime, - Wrapped<
String?> ? activityDate, - Wrapped<
String?> ? activityTime, - Wrapped<
int?> ? totalQuantity, - Wrapped<
int?> ? completeQuantity, - Wrapped<
int?> ? remainingQuantity, - Wrapped<
double?> ? completePercent, - Wrapped<
bool?> ? forcedComplete, - Wrapped<
String?> ? dateStamp, - 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
WebApiModulesWarehouseActivityActivity copyWithWrapped({
Wrapped<int?>? activityId,
Wrapped<int?>? activityTypeId,
Wrapped<String?>? activityType,
Wrapped<String?>? activityTypeDescription,
Wrapped<String?>? activityTypeColor,
Wrapped<String?>? activityTypeTextColor,
Wrapped<int?>? activityStatusId,
Wrapped<String?>? activityStatus,
Wrapped<String?>? activityStatusDescription,
Wrapped<String?>? activityStatusColor,
Wrapped<String?>? activityStatusTextColor,
Wrapped<String?>? officeLocationId,
Wrapped<String?>? warehouseId,
Wrapped<String?>? warehouse,
Wrapped<String?>? orderId,
Wrapped<String?>? orderNumber,
Wrapped<String?>? orderDescription,
Wrapped<String?>? orderType,
Wrapped<String?>? orderStatus,
Wrapped<String?>? orderTypeId,
Wrapped<String?>? departmentId,
Wrapped<String?>? dealId,
Wrapped<String?>? orderTypeDescription,
Wrapped<String?>? vendorId,
Wrapped<String?>? assignedToUserId,
Wrapped<String?>? assignedToUserName,
Wrapped<DateTime?>? activityDateTime,
Wrapped<String?>? activityDate,
Wrapped<String?>? activityTime,
Wrapped<int?>? totalQuantity,
Wrapped<int?>? completeQuantity,
Wrapped<int?>? remainingQuantity,
Wrapped<double?>? completePercent,
Wrapped<bool?>? forcedComplete,
Wrapped<String?>? dateStamp,
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 WebApiModulesWarehouseActivityActivity(
activityId: (activityId != null ? activityId.value : this.activityId),
activityTypeId: (activityTypeId != null
? activityTypeId.value
: this.activityTypeId),
activityType: (activityType != null
? activityType.value
: this.activityType),
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),
activityStatusDescription: (activityStatusDescription != null
? activityStatusDescription.value
: this.activityStatusDescription),
activityStatusColor: (activityStatusColor != null
? activityStatusColor.value
: this.activityStatusColor),
activityStatusTextColor: (activityStatusTextColor != null
? activityStatusTextColor.value
: this.activityStatusTextColor),
officeLocationId: (officeLocationId != null
? officeLocationId.value
: this.officeLocationId),
warehouseId: (warehouseId != null ? warehouseId.value : this.warehouseId),
warehouse: (warehouse != null ? warehouse.value : this.warehouse),
orderId: (orderId != null ? orderId.value : this.orderId),
orderNumber: (orderNumber != null ? orderNumber.value : this.orderNumber),
orderDescription: (orderDescription != null
? orderDescription.value
: this.orderDescription),
orderType: (orderType != null ? orderType.value : this.orderType),
orderStatus: (orderStatus != null ? orderStatus.value : this.orderStatus),
orderTypeId: (orderTypeId != null ? orderTypeId.value : this.orderTypeId),
departmentId: (departmentId != null
? departmentId.value
: this.departmentId),
dealId: (dealId != null ? dealId.value : this.dealId),
orderTypeDescription: (orderTypeDescription != null
? orderTypeDescription.value
: this.orderTypeDescription),
vendorId: (vendorId != null ? vendorId.value : this.vendorId),
assignedToUserId: (assignedToUserId != null
? assignedToUserId.value
: this.assignedToUserId),
assignedToUserName: (assignedToUserName != null
? assignedToUserName.value
: this.assignedToUserName),
activityDateTime: (activityDateTime != null
? activityDateTime.value
: this.activityDateTime),
activityDate: (activityDate != null
? activityDate.value
: this.activityDate),
activityTime: (activityTime != null
? activityTime.value
: this.activityTime),
totalQuantity: (totalQuantity != null
? totalQuantity.value
: this.totalQuantity),
completeQuantity: (completeQuantity != null
? completeQuantity.value
: this.completeQuantity),
remainingQuantity: (remainingQuantity != null
? remainingQuantity.value
: this.remainingQuantity),
completePercent: (completePercent != null
? completePercent.value
: this.completePercent),
forcedComplete: (forcedComplete != null
? forcedComplete.value
: this.forcedComplete),
dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
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),
);
}