Class BookshelvesResource.VolumesResource
The "volumes" collection of methods.
Inherited Members
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 |