Show / Hide Table of Contents

Class MylibraryResource.BookshelvesResource.VolumesResource

The "volumes" collection of methods.

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

Constructors

VolumesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Gets volume information for volumes on a bookshelf.

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

The bookshelf ID or name retrieve volumes for.

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