Class BookshelvesResource
The "bookshelves" collection of methods.
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class BookshelvesResource
Constructors
BookshelvesResource(IClientService)
Constructs a new resource.
Declaration
public BookshelvesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Volumes
Gets the Volumes resource.
Declaration
public virtual BookshelvesResource.VolumesResource Volumes { get; }
Property Value
Type | Description |
---|---|
BookshelvesResource.VolumesResource |
Methods
Get(string, string)
Retrieves metadata for a specific bookshelf for the specified user.
Declaration
public virtual BookshelvesResource.GetRequest Get(string userId, string shelf)
Parameters
Type | Name | Description |
---|---|---|
string | userId | ID of user for whom to retrieve bookshelves. |
string | shelf | ID of bookshelf to retrieve. |
Returns
Type | Description |
---|---|
BookshelvesResource.GetRequest |
List(string)
Retrieves a list of public bookshelves for the specified user.
Declaration
public virtual BookshelvesResource.ListRequest List(string userId)
Parameters
Type | Name | Description |
---|---|---|
string | userId | ID of user for whom to retrieve bookshelves. |
Returns
Type | Description |
---|---|
BookshelvesResource.ListRequest |