Show / Hide Table of Contents

Class PartnersResource.CustomersResource.ListRequest

Lists the customers that are enrolled to the reseller identified by the partnerId argument. This list includes customers that the reseller created and customers that enrolled themselves using the portal.

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

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long partnerId)
Parameters
Type Name Description
IClientService service
long partnerId

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of results to be returned. If not specified or 0, all the records are returned.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A token identifying a page of results returned by the server.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

PartnerId

Required. The ID of the reseller partner.

Declaration
[RequestParameter("partnerId", RequestParameterType.Path)]
public virtual long PartnerId { get; }
Property Value
Type Description
long

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidProvisioningPartnerBaseServiceRequest<ListCustomersResponse>.InitParameters()

Implements

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