Show / Hide Table of Contents

Class VolumesResource.RecommendedResource

The "recommended" collection of methods.

Inheritance
object
VolumesResource.RecommendedResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class VolumesResource.RecommendedResource

Constructors

RecommendedResource(IClientService)

Constructs a new resource.

Declaration
public RecommendedResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List()

Return a list of recommended books for the current user.

Declaration
public virtual VolumesResource.RecommendedResource.ListRequest List()
Returns
Type Description
VolumesResource.RecommendedResource.ListRequest

Rate(RatingEnum, string)

Rate a recommended book for the current user.

Declaration
public virtual VolumesResource.RecommendedResource.RateRequest Rate(VolumesResource.RecommendedResource.RateRequest.RatingEnum rating, string volumeId)
Parameters
Type Name Description
VolumesResource.RecommendedResource.RateRequest.RatingEnum rating

Rating to be given to the volume.

string volumeId

ID of the source volume.

Returns
Type Description
VolumesResource.RecommendedResource.RateRequest
In this article
Back to top Generated by DocFX