WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser({String? customReportLayoutUserId, String? customReportLayoutId, String? customReportLayoutDescription, String? webUserId, String? userId, String? userName, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
custom List<FwStandardDataFwCustomValue>?
final
customReportLayoutDescription String?
final
customReportLayoutId String?
final
customReportLayoutUserId String?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
userId String?
final
userName String?
final
webUserId String?
final

Methods

copyWith({String? customReportLayoutUserId, String? customReportLayoutId, String? customReportLayoutDescription, String? webUserId, String? userId, String? userName, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser

Available on WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser, provided by the $WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUserExtension extension

copyWithWrapped({Wrapped<String?>? customReportLayoutUserId, Wrapped<String?>? customReportLayoutId, Wrapped<String?>? customReportLayoutDescription, Wrapped<String?>? webUserId, Wrapped<String?>? userId, Wrapped<String?>? userName, 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}) WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser

Available on WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser, provided by the $WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUserExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override