WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse({String? userId, String? username, String? email, String? firstName, String? lastName, String? timezone, WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponseErpIntegration? erpIntegration, String? boxedupEndpoint})
-
WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- boxedupEndpoint → String?
-
final
- email → String?
-
final
- erpIntegration → WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponseErpIntegration?
-
final
- firstName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- lastName → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timezone → String?
-
final
- userId → String?
-
final
- username → String?
-
final
Methods
-
copyWith(
{String? userId, String? username, String? email, String? firstName, String? lastName, String? timezone, WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponseErpIntegration? erpIntegration, String? boxedupEndpoint}) → WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse -
Available on WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse, provided by the $WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponseExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? userId, Wrapped<String?> ? username, Wrapped<String?> ? email, Wrapped<String?> ? firstName, Wrapped<String?> ? lastName, Wrapped<String?> ? timezone, Wrapped<WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponseErpIntegration?> ? erpIntegration, Wrapped<String?> ? boxedupEndpoint}) → WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse -
Available on WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse, provided by the $WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponseExtension 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 WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse instance)