Class BookshelvesResource.VolumesResource
The "volumes" collection of methods.
Inheritance
System.Object
BookshelvesResource.VolumesResource
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 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 |
|---|---|---|
| System.String | userId | ID of user for whom to retrieve bookshelf volumes. |
| System.String | shelf | ID of bookshelf to retrieve volumes. |
Returns
| Type | Description |
|---|---|
| BookshelvesResource.VolumesResource.ListRequest |