Show / Hide Table of Contents

Class BookshelvesResource.VolumesResource

The "volumes" collection of methods.

Inheritance
object
BookshelvesResource.VolumesResource
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 BookshelvesResource.VolumesResource

Constructors

VolumesResource(IClientService)

Constructs a new resource.

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

Methods

List(string, string)

Retrieves volumes in a specific bookshelf for the specified user.

Declaration
public virtual BookshelvesResource.VolumesResource.ListRequest List(string userId, string shelf)
Parameters
Type Name Description
string userId

ID of user for whom to retrieve bookshelf volumes.

string shelf

ID of bookshelf to retrieve volumes.

Returns
Type Description
BookshelvesResource.VolumesResource.ListRequest
In this article
Back to top Generated by DocFX