copyWithWrapped method

WebApiModulesWarehouseActivityActivity copyWithWrapped({
  1. Wrapped<int?>? activityId,
  2. Wrapped<int?>? activityTypeId,
  3. Wrapped<String?>? activityType,
  4. Wrapped<String?>? activityTypeDescription,
  5. Wrapped<String?>? activityTypeColor,
  6. Wrapped<String?>? activityTypeTextColor,
  7. Wrapped<int?>? activityStatusId,
  8. Wrapped<String?>? activityStatus,
  9. Wrapped<String?>? activityStatusDescription,
  10. Wrapped<String?>? activityStatusColor,
  11. Wrapped<String?>? activityStatusTextColor,
  12. Wrapped<String?>? officeLocationId,
  13. Wrapped<String?>? warehouseId,
  14. Wrapped<String?>? warehouse,
  15. Wrapped<String?>? orderId,
  16. Wrapped<String?>? orderNumber,
  17. Wrapped<String?>? orderDescription,
  18. Wrapped<String?>? orderType,
  19. Wrapped<String?>? orderStatus,
  20. Wrapped<String?>? orderTypeId,
  21. Wrapped<String?>? departmentId,
  22. Wrapped<String?>? dealId,
  23. Wrapped<String?>? orderTypeDescription,
  24. Wrapped<String?>? vendorId,
  25. Wrapped<String?>? assignedToUserId,
  26. Wrapped<String?>? assignedToUserName,
  27. Wrapped<DateTime?>? activityDateTime,
  28. Wrapped<String?>? activityDate,
  29. Wrapped<String?>? activityTime,
  30. Wrapped<int?>? totalQuantity,
  31. Wrapped<int?>? completeQuantity,
  32. Wrapped<int?>? remainingQuantity,
  33. Wrapped<double?>? completePercent,
  34. Wrapped<bool?>? forcedComplete,
  35. Wrapped<String?>? dateStamp,
  36. Wrapped<String?>? auditNote,
  37. Wrapped<String?>? recordTitle,
  38. Wrapped? urlIdentifier,
  39. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  40. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  41. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  42. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  43. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  44. Wrapped<bool?>? hasImport,
  45. Wrapped<bool?>? hasDocuments,
  46. Wrapped<String?>? createdByUserId,
  47. Wrapped<String?>? createdByUserName,
  48. Wrapped<String?>? createdDateTime,
  49. Wrapped<String?>? modifiedByUserId,
  50. Wrapped<String?>? modifiedByUserName,
  51. 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),
  );
}