Class BookshelvesResource
The "bookshelves" collection of methods.
Inheritance
System.Object
BookshelvesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|---|
| System.String | userId | ID of user for whom to retrieve bookshelves. |
| System.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 |
|---|---|---|
| System.String | userId | ID of user for whom to retrieve bookshelves. |
Returns
| Type | Description |
|---|---|
| BookshelvesResource.ListRequest |