Show / Hide Table of Contents

Class LoyaltyobjectResource.ListRequest

Returns a list of all loyalty objects for a given issuer ID.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LoyaltyObjectListResponse>
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>
LoyaltyobjectResource.ListRequest
Implements
IClientServiceRequest<LoyaltyObjectListResponse>
IClientServiceRequest
Inherited Members
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.Xgafv
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.AccessToken
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.Alt
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.Callback
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.Fields
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.Key
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.OauthToken
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.PrettyPrint
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.QuotaUser
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.UploadType
WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>.UploadProtocol
ClientServiceRequest<LoyaltyObjectListResponse>.Execute()
ClientServiceRequest<LoyaltyObjectListResponse>.ExecuteAsStream()
ClientServiceRequest<LoyaltyObjectListResponse>.ExecuteAsync()
ClientServiceRequest<LoyaltyObjectListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LoyaltyObjectListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<LoyaltyObjectListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LoyaltyObjectListResponse>.CreateRequest(bool?)
ClientServiceRequest<LoyaltyObjectListResponse>.GenerateRequestUri()
ClientServiceRequest<LoyaltyObjectListResponse>.GetBody()
ClientServiceRequest<LoyaltyObjectListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<LoyaltyObjectListResponse>.ETagAction
ClientServiceRequest<LoyaltyObjectListResponse>.ModifyRequest
ClientServiceRequest<LoyaltyObjectListResponse>.ValidateParameters
ClientServiceRequest<LoyaltyObjectListResponse>.ApiVersion
ClientServiceRequest<LoyaltyObjectListResponse>.RequestParameters
ClientServiceRequest<LoyaltyObjectListResponse>.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.ListRequest : WalletobjectsBaseServiceRequest<LoyaltyObjectListResponse>, IClientServiceRequest<LoyaltyObjectListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

ClassId

The ID of the class whose objects will be listed.

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

HttpMethod

Gets the HTTP method.

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

MaxResults

Identifies the max number of results returned by a list. All results are returned if maxResults isn't defined.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Token

Used to get the next set of results if maxResults is specified, but more than maxResults objects are available in a list. For example, if you have a list of 200 objects and you call list with maxResults set to 20, list will return the first 20 objects and a token. Call list again with maxResults set to 20 and the token to get the next 20 objects.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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