Show / Hide Table of Contents

Class PromoofferResource.GetRequest

Returns a list of promo offers available to the user

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Offers>
BooksBaseServiceRequest<Offers>
PromoofferResource.GetRequest
Implements
IClientServiceRequest<Offers>
IClientServiceRequest
Inherited Members
BooksBaseServiceRequest<Offers>.Xgafv
BooksBaseServiceRequest<Offers>.AccessToken
BooksBaseServiceRequest<Offers>.Alt
BooksBaseServiceRequest<Offers>.Callback
BooksBaseServiceRequest<Offers>.Fields
BooksBaseServiceRequest<Offers>.Key
BooksBaseServiceRequest<Offers>.OauthToken
BooksBaseServiceRequest<Offers>.PrettyPrint
BooksBaseServiceRequest<Offers>.QuotaUser
BooksBaseServiceRequest<Offers>.UploadType
BooksBaseServiceRequest<Offers>.UploadProtocol
ClientServiceRequest<Offers>.Execute()
ClientServiceRequest<Offers>.ExecuteAsStream()
ClientServiceRequest<Offers>.ExecuteAsync()
ClientServiceRequest<Offers>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Offers>.ExecuteAsStreamAsync()
ClientServiceRequest<Offers>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Offers>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Offers>.GenerateRequestUri()
ClientServiceRequest<Offers>.GetBody()
ClientServiceRequest<Offers>.GetDefaultETagAction(String)
ClientServiceRequest<Offers>.ETagAction
ClientServiceRequest<Offers>.ModifyRequest
ClientServiceRequest<Offers>.ValidateParameters
ClientServiceRequest<Offers>.RequestParameters
ClientServiceRequest<Offers>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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<Offers>, IClientServiceRequest<Offers>, IClientServiceRequest

Constructors

GetRequest(IClientService)

Constructs a new Get request.

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

Properties

AndroidId

device android_id

Declaration
[RequestParameter("androidId", RequestParameterType.Query)]
public virtual string AndroidId { get; set; }
Property Value
Type Description
System.String

Device

device device

Declaration
[RequestParameter("device", RequestParameterType.Query)]
public virtual string Device { get; set; }
Property Value
Type Description
System.String

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.Offers>.HttpMethod

Manufacturer

device manufacturer

Declaration
[RequestParameter("manufacturer", RequestParameterType.Query)]
public virtual string Manufacturer { get; set; }
Property Value
Type Description
System.String

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.Offers>.MethodName

Model

device model

Declaration
[RequestParameter("model", RequestParameterType.Query)]
public virtual string Model { get; set; }
Property Value
Type Description
System.String

Product

device product

Declaration
[RequestParameter("product", RequestParameterType.Query)]
public virtual string Product { get; set; }
Property Value
Type Description
System.String

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.Offers>.RestPath

Serial

device serial

Declaration
[RequestParameter("serial", RequestParameterType.Query)]
public virtual string Serial { get; set; }
Property Value
Type Description
System.String

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.Offers>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top