copyWithWrapped method
WebApiModulesSettingsWebUserWidgetUserWidget
copyWithWrapped({
- Wrapped<
String?> ? userWidgetId, - Wrapped<
String?> ? userId, - Wrapped<
String?> ? userName, - Wrapped<
String?> ? widgetId, - Wrapped<
String?> ? widget, - Wrapped<
String?> ? defaultType, - Wrapped<
String?> ? widgetType, - Wrapped<
int?> ? defaultDataPoints, - Wrapped<
int?> ? dataPoints, - Wrapped<
String?> ? defaultAxisNumberFormatId, - Wrapped<
String?> ? defaultAxisNumberFormat, - Wrapped<
String?> ? defaultAxisNumberFormatMask, - Wrapped<
String?> ? axisNumberFormatId, - Wrapped<
String?> ? axisNumberFormat, - Wrapped<
String?> ? axisNumberFormatMask, - Wrapped<
String?> ? defaultDataNumberFormatId, - Wrapped<
String?> ? defaultDataNumberFormat, - Wrapped<
String?> ? defaultDataNumberFormatMask, - Wrapped<
String?> ? dataNumberFormatId, - Wrapped<
String?> ? dataNumberFormat, - Wrapped<
String?> ? dataNumberFormatMask, - Wrapped<
String?> ? defaultDateBehaviorId, - Wrapped<
String?> ? defaultDateBehavior, - Wrapped<
String?> ? dateBehaviorId, - Wrapped<
String?> ? dateBehavior, - Wrapped<
String?> ? dateFieldDisplayNames, - Wrapped<
String?> ? dateFields, - Wrapped<
String?> ? defaultDateField, - Wrapped<
String?> ? dateField, - Wrapped<
String?> ? defaultFromDate, - Wrapped<
String?> ? fromDate, - Wrapped<
String?> ? defaultToDate, - Wrapped<
String?> ? toDate, - Wrapped<
String?> ? settings, - Wrapped<
String?> ? officeLocationId, - Wrapped<
String?> ? officeLocation, - Wrapped<
String?> ? officeLocationCode, - Wrapped<
bool?> ? defaultStacked, - Wrapped<
bool?> ? stacked, - Wrapped<
bool?> ? disabled, - Wrapped<
double?> ? orderBy, - Wrapped<
String?> ? dateStamp, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?>
Implementation
WebApiModulesSettingsWebUserWidgetUserWidget copyWithWrapped(
{Wrapped<String?>? userWidgetId,
Wrapped<String?>? userId,
Wrapped<String?>? userName,
Wrapped<String?>? widgetId,
Wrapped<String?>? widget,
Wrapped<String?>? defaultType,
Wrapped<String?>? widgetType,
Wrapped<int?>? defaultDataPoints,
Wrapped<int?>? dataPoints,
Wrapped<String?>? defaultAxisNumberFormatId,
Wrapped<String?>? defaultAxisNumberFormat,
Wrapped<String?>? defaultAxisNumberFormatMask,
Wrapped<String?>? axisNumberFormatId,
Wrapped<String?>? axisNumberFormat,
Wrapped<String?>? axisNumberFormatMask,
Wrapped<String?>? defaultDataNumberFormatId,
Wrapped<String?>? defaultDataNumberFormat,
Wrapped<String?>? defaultDataNumberFormatMask,
Wrapped<String?>? dataNumberFormatId,
Wrapped<String?>? dataNumberFormat,
Wrapped<String?>? dataNumberFormatMask,
Wrapped<String?>? defaultDateBehaviorId,
Wrapped<String?>? defaultDateBehavior,
Wrapped<String?>? dateBehaviorId,
Wrapped<String?>? dateBehavior,
Wrapped<String?>? dateFieldDisplayNames,
Wrapped<String?>? dateFields,
Wrapped<String?>? defaultDateField,
Wrapped<String?>? dateField,
Wrapped<String?>? defaultFromDate,
Wrapped<String?>? fromDate,
Wrapped<String?>? defaultToDate,
Wrapped<String?>? toDate,
Wrapped<String?>? settings,
Wrapped<String?>? officeLocationId,
Wrapped<String?>? officeLocation,
Wrapped<String?>? officeLocationCode,
Wrapped<bool?>? defaultStacked,
Wrapped<bool?>? stacked,
Wrapped<bool?>? disabled,
Wrapped<double?>? orderBy,
Wrapped<String?>? dateStamp,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
return WebApiModulesSettingsWebUserWidgetUserWidget(
userWidgetId:
(userWidgetId != null ? userWidgetId.value : this.userWidgetId),
userId: (userId != null ? userId.value : this.userId),
userName: (userName != null ? userName.value : this.userName),
widgetId: (widgetId != null ? widgetId.value : this.widgetId),
widget: (widget != null ? widget.value : this.widget),
defaultType:
(defaultType != null ? defaultType.value : this.defaultType),
widgetType: (widgetType != null ? widgetType.value : this.widgetType),
defaultDataPoints: (defaultDataPoints != null
? defaultDataPoints.value
: this.defaultDataPoints),
dataPoints: (dataPoints != null ? dataPoints.value : this.dataPoints),
defaultAxisNumberFormatId: (defaultAxisNumberFormatId != null
? defaultAxisNumberFormatId.value
: this.defaultAxisNumberFormatId),
defaultAxisNumberFormat: (defaultAxisNumberFormat != null
? defaultAxisNumberFormat.value
: this.defaultAxisNumberFormat),
defaultAxisNumberFormatMask: (defaultAxisNumberFormatMask != null
? defaultAxisNumberFormatMask.value
: this.defaultAxisNumberFormatMask),
axisNumberFormatId: (axisNumberFormatId != null
? axisNumberFormatId.value
: this.axisNumberFormatId),
axisNumberFormat: (axisNumberFormat != null
? axisNumberFormat.value
: this.axisNumberFormat),
axisNumberFormatMask: (axisNumberFormatMask != null
? axisNumberFormatMask.value
: this.axisNumberFormatMask),
defaultDataNumberFormatId: (defaultDataNumberFormatId != null
? defaultDataNumberFormatId.value
: this.defaultDataNumberFormatId),
defaultDataNumberFormat: (defaultDataNumberFormat != null
? defaultDataNumberFormat.value
: this.defaultDataNumberFormat),
defaultDataNumberFormatMask: (defaultDataNumberFormatMask != null
? defaultDataNumberFormatMask.value
: this.defaultDataNumberFormatMask),
dataNumberFormatId: (dataNumberFormatId != null
? dataNumberFormatId.value
: this.dataNumberFormatId),
dataNumberFormat: (dataNumberFormat != null
? dataNumberFormat.value
: this.dataNumberFormat),
dataNumberFormatMask: (dataNumberFormatMask != null
? dataNumberFormatMask.value
: this.dataNumberFormatMask),
defaultDateBehaviorId: (defaultDateBehaviorId != null
? defaultDateBehaviorId.value
: this.defaultDateBehaviorId),
defaultDateBehavior: (defaultDateBehavior != null
? defaultDateBehavior.value
: this.defaultDateBehavior),
dateBehaviorId: (dateBehaviorId != null
? dateBehaviorId.value
: this.dateBehaviorId),
dateBehavior:
(dateBehavior != null ? dateBehavior.value : this.dateBehavior),
dateFieldDisplayNames: (dateFieldDisplayNames != null
? dateFieldDisplayNames.value
: this.dateFieldDisplayNames),
dateFields: (dateFields != null ? dateFields.value : this.dateFields),
defaultDateField: (defaultDateField != null
? defaultDateField.value
: this.defaultDateField),
dateField: (dateField != null ? dateField.value : this.dateField),
defaultFromDate: (defaultFromDate != null
? defaultFromDate.value
: this.defaultFromDate),
fromDate: (fromDate != null ? fromDate.value : this.fromDate),
defaultToDate:
(defaultToDate != null ? defaultToDate.value : this.defaultToDate),
toDate: (toDate != null ? toDate.value : this.toDate),
settings: (settings != null ? settings.value : this.settings),
officeLocationId: (officeLocationId != null
? officeLocationId.value
: this.officeLocationId),
officeLocation: (officeLocation != null
? officeLocation.value
: this.officeLocation),
officeLocationCode: (officeLocationCode != null
? officeLocationCode.value
: this.officeLocationCode),
defaultStacked: (defaultStacked != null
? defaultStacked.value
: this.defaultStacked),
stacked: (stacked != null ? stacked.value : this.stacked),
disabled: (disabled != null ? disabled.value : this.disabled),
orderBy: (orderBy != null ? orderBy.value : this.orderBy),
dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
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));
}