Show / Hide Table of Contents

Class StorelayoutpagesResource.InsertRequest

Inserts a new store page.

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

Constructors

InsertRequest(IClientService, StorePage, string)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, StorePage body, string enterpriseId)
Parameters
Type Name Description
IClientService service
StorePage body
string enterpriseId

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidEnterprise.v1.Data.StorePage>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidEnterprise.v1.Data.StorePage>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidEnterprise.v1.Data.StorePage>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidEnterprise.v1.Data.StorePage>.GetBody()

InitParameters()

Initializes Insert parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX