Show / Hide Table of Contents

Class StorelayoutpagesResource.UpdateRequest

Updates the content of a store page.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<StorePage>
AndroidEnterpriseBaseServiceRequest<StorePage>
StorelayoutpagesResource.UpdateRequest
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>.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.UpdateRequest : AndroidEnterpriseBaseServiceRequest<StorePage>, IClientServiceRequest<StorePage>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, StorePage, string, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, StorePage body, string enterpriseId, string pageId)
Parameters
Type Name Description
IClientService service
StorePage body
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

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Update parameter list.

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

Implements

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