Show / Hide Table of Contents

Class LoyaltyobjectResource.InsertRequest

Inserts an loyalty object with the given ID and properties.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LoyaltyObject>
WalletobjectsBaseServiceRequest<LoyaltyObject>
LoyaltyobjectResource.InsertRequest
Implements
IClientServiceRequest<LoyaltyObject>
IClientServiceRequest
Inherited Members
WalletobjectsBaseServiceRequest<LoyaltyObject>.Xgafv
WalletobjectsBaseServiceRequest<LoyaltyObject>.AccessToken
WalletobjectsBaseServiceRequest<LoyaltyObject>.Alt
WalletobjectsBaseServiceRequest<LoyaltyObject>.Callback
WalletobjectsBaseServiceRequest<LoyaltyObject>.Fields
WalletobjectsBaseServiceRequest<LoyaltyObject>.Key
WalletobjectsBaseServiceRequest<LoyaltyObject>.OauthToken
WalletobjectsBaseServiceRequest<LoyaltyObject>.PrettyPrint
WalletobjectsBaseServiceRequest<LoyaltyObject>.QuotaUser
WalletobjectsBaseServiceRequest<LoyaltyObject>.UploadType
WalletobjectsBaseServiceRequest<LoyaltyObject>.UploadProtocol
ClientServiceRequest<LoyaltyObject>.Execute()
ClientServiceRequest<LoyaltyObject>.ExecuteAsStream()
ClientServiceRequest<LoyaltyObject>.ExecuteAsync()
ClientServiceRequest<LoyaltyObject>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LoyaltyObject>.ExecuteAsStreamAsync()
ClientServiceRequest<LoyaltyObject>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LoyaltyObject>.CreateRequest(bool?)
ClientServiceRequest<LoyaltyObject>.GenerateRequestUri()
ClientServiceRequest<LoyaltyObject>.GetDefaultETagAction(string)
ClientServiceRequest<LoyaltyObject>.ETagAction
ClientServiceRequest<LoyaltyObject>.ModifyRequest
ClientServiceRequest<LoyaltyObject>.ValidateParameters
ClientServiceRequest<LoyaltyObject>.ApiVersion
ClientServiceRequest<LoyaltyObject>.RequestParameters
ClientServiceRequest<LoyaltyObject>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Walletobjects.v1
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class LoyaltyobjectResource.InsertRequest : WalletobjectsBaseServiceRequest<LoyaltyObject>, IClientServiceRequest<LoyaltyObject>, IClientServiceRequest

Constructors

InsertRequest(IClientService, LoyaltyObject)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, LoyaltyObject body)
Parameters
Type Name Description
IClientService service
LoyaltyObject body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LoyaltyObject>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LoyaltyObject>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LoyaltyObject>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<LoyaltyObject>.GetBody()

InitParameters()

Initializes Insert parameter list.

Declaration
protected override void InitParameters()
Overrides
WalletobjectsBaseServiceRequest<LoyaltyObject>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX