Show / Hide Table of Contents

Class ResellernotifyResource.GetwatchdetailsRequest

Returns all the details of the watch corresponding to the reseller.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>
ResellernotifyResource.GetwatchdetailsRequest
Implements
IClientServiceRequest<ResellernotifyGetwatchdetailsResponse>
IClientServiceRequest
Inherited Members
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.Xgafv
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.AccessToken
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.Alt
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.Callback
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.Fields
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.Key
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.OauthToken
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.PrettyPrint
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.QuotaUser
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.UploadType
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.UploadProtocol
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.Execute()
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ExecuteAsStream()
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ExecuteAsync()
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.CreateRequest(bool?)
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.GenerateRequestUri()
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.GetBody()
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ETagAction
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ModifyRequest
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ValidateParameters
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.ApiVersion
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.RequestParameters
ClientServiceRequest<ResellernotifyGetwatchdetailsResponse>.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.Reseller.v1
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class ResellernotifyResource.GetwatchdetailsRequest : ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>, IClientServiceRequest<ResellernotifyGetwatchdetailsResponse>, IClientServiceRequest

Constructors

GetwatchdetailsRequest(IClientService)

Constructs a new Getwatchdetails request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Getwatchdetails parameter list.

Declaration
protected override void InitParameters()
Overrides
ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>.InitParameters()

Implements

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