Show / Hide Table of Contents

Class VolumesResource.AssociatedResource

The "associated" collection of methods.

Inheritance
System.Object
VolumesResource.AssociatedResource
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 AssociatedResource

Constructors

AssociatedResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Return a list of associated books.

Declaration
public virtual VolumesResource.AssociatedResource.ListRequest List(string volumeId)
Parameters
Type Name Description
System.String volumeId

ID of the source volume.

Returns
Type Description
VolumesResource.AssociatedResource.ListRequest
In This Article
Back to top