VolumesRecommendedResource class
Constructors
- VolumesRecommendedResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
list(
{String? locale, String? maxAllowedMaturityRating, String? source, String? $fields}) → Future< Volumes> - Return a list of recommended books for the current user.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rate(
String rating, String volumeId, {String? locale, String? source, String? $fields}) → Future< BooksVolumesRecommendedRateResponse> - Rate a recommended book for the current user.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited