Class SeriesResource.GetRequest
Returns Series metadata for the given series ids.
Inheritance
System.Object
SeriesResource.GetRequest
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 GetRequest : BooksBaseServiceRequest<Series>, IClientServiceRequest<Series>, IClientServiceRequest
Constructors
GetRequest(IClientService, Repeatable<String>)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, Repeatable<string> seriesId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| Repeatable<System.String> | seriesId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Series>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Series>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Series>.RestPath
SeriesId
String that identifies the series
Declaration
[RequestParameter("series_id", RequestParameterType.Query)]
public virtual Repeatable<string> SeriesId { get; }
Property Value
| Type | Description |
|---|---|
| Repeatable<System.String> |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.Series>.InitParameters()