DestinyPublicVendorsResponseResponse class
A response containing all valid components for the public Vendors endpoint. It is a decisively smaller subset of data compared to what we can get when we know the specific user making the request. If you want any of the other data - item details, whether or not you can buy it, etc... you'll have to call in the context of a character. I know, sad but true.
- Inheritance
-
- Object
- BungieNetResponse<
DestinyPublicVendorsResponse> - DestinyPublicVendorsResponseResponse
- Annotations
-
- @JsonSerializable()
Constructors
-
DestinyPublicVendorsResponseResponse({DestinyPublicVendorsResponse? response, PlatformErrorCodes? errorCode, int? throttleSeconds, String? errorStatus, String? message, Map<
String, String> ? messageData, String? detailedErrorTrace}) -
DestinyPublicVendorsResponseResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- detailedErrorTrace ↔ String?
-
getter/setter pairinherited
- errorCode ↔ PlatformErrorCodes?
-
getter/setter pairinherited
- errorStatus ↔ String?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
getter/setter pairinherited
-
messageData
↔ Map<
String, String> ? -
getter/setter pairinherited
- response ↔ DestinyPublicVendorsResponse?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- throttleSeconds ↔ int?
-
getter/setter pairinherited
Methods
-
asyncToJson(
) → Future< Map< String, dynamic> > -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
asyncFromJson(
Map< String, dynamic> json) → Future<DestinyPublicVendorsResponseResponse>