Show / Hide Table of Contents

Class StorelayoutpagesResource.GetRequest

Retrieves details of a store page.

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

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string enterpriseId, string pageId)
Parameters
Type Name Description
IClientService service
string enterpriseId
string pageId

Properties

EnterpriseId

The ID of the enterprise.

Declaration
[RequestParameter("enterpriseId", RequestParameterType.Path)]
public virtual string EnterpriseId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageId

The ID of the page.

Declaration
[RequestParameter("pageId", RequestParameterType.Path)]
public virtual string PageId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidEnterpriseBaseServiceRequest<StorePage>.InitParameters()

Implements

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