copyWithWrapped method

WebApiModulesAdministratorTaskSchedulerTaskSteps copyWithWrapped({
  1. Wrapped<int?>? taskStepsId,
  2. Wrapped<int?>? taskId,
  3. Wrapped<String?>? name,
  4. Wrapped<int?>? stepNumber,
  5. Wrapped<String?>? type,
  6. Wrapped<String?>? command,
  7. Wrapped<String?>? onSuccessActionDisplay,
  8. Wrapped<String?>? onFailureActionDisplay,
  9. Wrapped<int?>? onSuccessAction,
  10. Wrapped<int?>? retryAttempts,
  11. Wrapped<int?>? retryInterval,
  12. Wrapped<int?>? onFailureAction,
  13. Wrapped<int?>? onSuccessTaskStepsId,
  14. Wrapped<int?>? onFailureTaskStepsId,
  15. Wrapped<String?>? outputFilename,
  16. Wrapped<int?>? lastRunOutcome,
  17. Wrapped<int?>? lastRunDuration,
  18. Wrapped<int?>? lastRunRetries,
  19. Wrapped<String?>? dateStamp,
  20. Wrapped<String?>? auditNote,
  21. Wrapped<String?>? recordTitle,
  22. Wrapped? urlIdentifier,
  23. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  24. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  25. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  26. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  27. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  28. Wrapped<bool?>? hasImport,
  29. Wrapped<bool?>? hasDocuments,
  30. Wrapped<String?>? createdByUserId,
  31. Wrapped<String?>? createdByUserName,
  32. Wrapped<String?>? createdDateTime,
  33. Wrapped<String?>? modifiedByUserId,
  34. Wrapped<String?>? modifiedByUserName,
  35. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesAdministratorTaskSchedulerTaskSteps copyWithWrapped({
  Wrapped<int?>? taskStepsId,
  Wrapped<int?>? taskId,
  Wrapped<String?>? name,
  Wrapped<int?>? stepNumber,
  Wrapped<String?>? type,
  Wrapped<String?>? command,
  Wrapped<String?>? onSuccessActionDisplay,
  Wrapped<String?>? onFailureActionDisplay,
  Wrapped<int?>? onSuccessAction,
  Wrapped<int?>? retryAttempts,
  Wrapped<int?>? retryInterval,
  Wrapped<int?>? onFailureAction,
  Wrapped<int?>? onSuccessTaskStepsId,
  Wrapped<int?>? onFailureTaskStepsId,
  Wrapped<String?>? outputFilename,
  Wrapped<int?>? lastRunOutcome,
  Wrapped<int?>? lastRunDuration,
  Wrapped<int?>? lastRunRetries,
  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 WebApiModulesAdministratorTaskSchedulerTaskSteps(
    taskStepsId: (taskStepsId != null ? taskStepsId.value : this.taskStepsId),
    taskId: (taskId != null ? taskId.value : this.taskId),
    name: (name != null ? name.value : this.name),
    stepNumber: (stepNumber != null ? stepNumber.value : this.stepNumber),
    type: (type != null ? type.value : this.type),
    command: (command != null ? command.value : this.command),
    onSuccessActionDisplay: (onSuccessActionDisplay != null
        ? onSuccessActionDisplay.value
        : this.onSuccessActionDisplay),
    onFailureActionDisplay: (onFailureActionDisplay != null
        ? onFailureActionDisplay.value
        : this.onFailureActionDisplay),
    onSuccessAction: (onSuccessAction != null
        ? onSuccessAction.value
        : this.onSuccessAction),
    retryAttempts: (retryAttempts != null
        ? retryAttempts.value
        : this.retryAttempts),
    retryInterval: (retryInterval != null
        ? retryInterval.value
        : this.retryInterval),
    onFailureAction: (onFailureAction != null
        ? onFailureAction.value
        : this.onFailureAction),
    onSuccessTaskStepsId: (onSuccessTaskStepsId != null
        ? onSuccessTaskStepsId.value
        : this.onSuccessTaskStepsId),
    onFailureTaskStepsId: (onFailureTaskStepsId != null
        ? onFailureTaskStepsId.value
        : this.onFailureTaskStepsId),
    outputFilename: (outputFilename != null
        ? outputFilename.value
        : this.outputFilename),
    lastRunOutcome: (lastRunOutcome != null
        ? lastRunOutcome.value
        : this.lastRunOutcome),
    lastRunDuration: (lastRunDuration != null
        ? lastRunDuration.value
        : this.lastRunDuration),
    lastRunRetries: (lastRunRetries != null
        ? lastRunRetries.value
        : this.lastRunRetries),
    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),
  );
}