WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse({WebApiLogicAppFuncSessionLocation? location, WebApiLogicAppFuncSessionWarehouse? warehouse, WebApiLogicAppFuncSessionDepartment? department, WebApiLogicAppFuncSessionUser? webUser, WebApiLogicAppFuncSessionDeal? deal, FwStandardAppManagerFwAmSecurityTreeNode? applicationtree, dynamic applicationOptions, String? clientcode, String? serverVersion, WebApiModulesAccountServicesAccountSystemSettingsResponse? systemSettings, dynamic plugins})
-
WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationOptions → dynamic
-
final
- applicationtree → FwStandardAppManagerFwAmSecurityTreeNode?
-
final
- clientcode → String?
-
final
- deal → WebApiLogicAppFuncSessionDeal?
-
final
- department → WebApiLogicAppFuncSessionDepartment?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- location → WebApiLogicAppFuncSessionLocation?
-
final
- plugins → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverVersion → String?
-
final
- systemSettings → WebApiModulesAccountServicesAccountSystemSettingsResponse?
-
final
- warehouse → WebApiLogicAppFuncSessionWarehouse?
-
final
- webUser → WebApiLogicAppFuncSessionUser?
-
final
Methods
-
copyWith(
{WebApiLogicAppFuncSessionLocation? location, WebApiLogicAppFuncSessionWarehouse? warehouse, WebApiLogicAppFuncSessionDepartment? department, WebApiLogicAppFuncSessionUser? webUser, WebApiLogicAppFuncSessionDeal? deal, FwStandardAppManagerFwAmSecurityTreeNode? applicationtree, dynamic applicationOptions, String? clientcode, String? serverVersion, WebApiModulesAccountServicesAccountSystemSettingsResponse? systemSettings, dynamic plugins}) → WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse -
Available on WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse, provided by the $WebApiModulesAccountServicesAccountAccountControllerGetSessionResponseExtension extension
-
copyWithWrapped(
{Wrapped< WebApiLogicAppFuncSessionLocation?> ? location, Wrapped<WebApiLogicAppFuncSessionWarehouse?> ? warehouse, Wrapped<WebApiLogicAppFuncSessionDepartment?> ? department, Wrapped<WebApiLogicAppFuncSessionUser?> ? webUser, Wrapped<WebApiLogicAppFuncSessionDeal?> ? deal, Wrapped<FwStandardAppManagerFwAmSecurityTreeNode?> ? applicationtree, Wrapped? applicationOptions, Wrapped<String?> ? clientcode, Wrapped<String?> ? serverVersion, Wrapped<WebApiModulesAccountServicesAccountSystemSettingsResponse?> ? systemSettings, Wrapped? plugins}) → WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse -
Available on WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse, provided by the $WebApiModulesAccountServicesAccountAccountControllerGetSessionResponseExtension 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 WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse instance)