Class VolumesResource.AssociatedResource.ListRequest
Return a list of associated books.
Inheritance
VolumesResource.AssociatedResource.ListRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class VolumesResource.AssociatedResource.ListRequest : BooksBaseServiceRequest<Volumes>, IClientServiceRequest<Volumes>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string volumeId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | volumeId |
Properties
Association
Association type.
Declaration
[RequestParameter("association", RequestParameterType.Query)]
public virtual VolumesResource.AssociatedResource.ListRequest.AssociationEnum? Association { get; set; }
Property Value
Type | Description |
---|---|
VolumesResource.AssociatedResource.ListRequest.AssociationEnum? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Volumes>.HttpMethod
Locale
ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations.
Declaration
[RequestParameter("locale", RequestParameterType.Query)]
public virtual string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxAllowedMaturityRating
The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out.
Declaration
[RequestParameter("maxAllowedMaturityRating", RequestParameterType.Query)]
public virtual VolumesResource.AssociatedResource.ListRequest.MaxAllowedMaturityRatingEnum? MaxAllowedMaturityRating { get; set; }
Property Value
Type | Description |
---|---|
VolumesResource.AssociatedResource.ListRequest.MaxAllowedMaturityRatingEnum? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Volumes>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Volumes>.RestPath
Source
String to identify the originator of this request.
Declaration
[RequestParameter("source", RequestParameterType.Query)]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeId
ID of the source volume.
Declaration
[RequestParameter("volumeId", RequestParameterType.Path)]
public virtual string VolumeId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()