WebApiModulesUtilitiesUserProfileUserProfile class

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

Constructors

WebApiModulesUtilitiesUserProfileUserProfile({String? webUserId, String? userName, String? userId, String? loginName, int? browseDefaultRows, int? gridDefaultRows, String? applicationTheme, String? homeMenuGuid, String? homeMenuPath, String? languageId, String? language, String? successSoundId, String? successSound, String? successBase64Sound, String? errorSoundId, String? errorSound, String? errorBase64Sound, String? notificationSoundId, String? notificationSound, String? notificationBase64Sound, String? favoritesJson, int? firstDayOfWeek, bool? settingsNavigationMenuVisible, bool? reportsNavigationMenuVisible, bool? mainMenuPinned, bool? webAdministrator, String? quikActivitySetting, String? emailSignature, String? newPassword, String? oldPassword, String? locale, String? availabilityPreference, bool? availabilityAllWarehouses, String? emailApp, bool? addRentalWorksUserSignature, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesUtilitiesUserProfileUserProfile.fromJson(Map<String, dynamic> json)
factory

Properties

addRentalWorksUserSignature bool?
final
applicationTheme String?
final
auditNote String?
final
availabilityAllWarehouses bool?
final
availabilityPreference String?
final
browseDefaultRows int?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
emailApp String?
final
emailSignature String?
final
errorBase64Sound String?
final
errorSound String?
final
errorSoundId String?
final
favoritesJson String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
firstDayOfWeek int?
final
gridDefaultRows int?
final
hashCode int
The hash code for this object.
no setteroverride
homeMenuGuid String?
final
homeMenuPath String?
final
language String?
final
languageId String?
final
locale String?
final
loginName String?
final
final
newPassword String?
final
notificationBase64Sound String?
final
notificationSound String?
final
notificationSoundId String?
final
oldPassword String?
final
quikActivitySetting String?
final
recordTitle String?
final
reportsNavigationMenuVisible bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingsNavigationMenuVisible bool?
final
successBase64Sound String?
final
successSound String?
final
successSoundId String?
final
translation List<FwStandardDataFwTranslatedValue>?
final
userId String?
final
userName String?
final
webAdministrator bool?
final
webUserId String?
final

Methods

copyWith({String? webUserId, String? userName, String? userId, String? loginName, int? browseDefaultRows, int? gridDefaultRows, String? applicationTheme, String? homeMenuGuid, String? homeMenuPath, String? languageId, String? language, String? successSoundId, String? successSound, String? successBase64Sound, String? errorSoundId, String? errorSound, String? errorBase64Sound, String? notificationSoundId, String? notificationSound, String? notificationBase64Sound, String? favoritesJson, int? firstDayOfWeek, bool? settingsNavigationMenuVisible, bool? reportsNavigationMenuVisible, bool? mainMenuPinned, bool? webAdministrator, String? quikActivitySetting, String? emailSignature, String? newPassword, String? oldPassword, String? locale, String? availabilityPreference, bool? availabilityAllWarehouses, String? emailApp, bool? addRentalWorksUserSignature, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesUtilitiesUserProfileUserProfile

Available on WebApiModulesUtilitiesUserProfileUserProfile, provided by the $WebApiModulesUtilitiesUserProfileUserProfileExtension extension

copyWithWrapped({Wrapped<String?>? webUserId, Wrapped<String?>? userName, Wrapped<String?>? userId, Wrapped<String?>? loginName, Wrapped<int?>? browseDefaultRows, Wrapped<int?>? gridDefaultRows, Wrapped<String?>? applicationTheme, Wrapped<String?>? homeMenuGuid, Wrapped<String?>? homeMenuPath, Wrapped<String?>? languageId, Wrapped<String?>? language, Wrapped<String?>? successSoundId, Wrapped<String?>? successSound, Wrapped<String?>? successBase64Sound, Wrapped<String?>? errorSoundId, Wrapped<String?>? errorSound, Wrapped<String?>? errorBase64Sound, Wrapped<String?>? notificationSoundId, Wrapped<String?>? notificationSound, Wrapped<String?>? notificationBase64Sound, Wrapped<String?>? favoritesJson, Wrapped<int?>? firstDayOfWeek, Wrapped<bool?>? settingsNavigationMenuVisible, Wrapped<bool?>? reportsNavigationMenuVisible, Wrapped<bool?>? mainMenuPinned, Wrapped<bool?>? webAdministrator, Wrapped<String?>? quikActivitySetting, Wrapped<String?>? emailSignature, Wrapped<String?>? newPassword, Wrapped<String?>? oldPassword, Wrapped<String?>? locale, Wrapped<String?>? availabilityPreference, Wrapped<bool?>? availabilityAllWarehouses, Wrapped<String?>? emailApp, Wrapped<bool?>? addRentalWorksUserSignature, 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}) WebApiModulesUtilitiesUserProfileUserProfile

Available on WebApiModulesUtilitiesUserProfileUserProfile, provided by the $WebApiModulesUtilitiesUserProfileUserProfileExtension 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

Constants

fromJsonFactory → const WebApiModulesUtilitiesUserProfileUserProfile Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesUtilitiesUserProfileUserProfile instance)