Show / Hide Table of Contents

Class EnterprisesResource.SetStoreLayoutRequest

Sets the store layout for the enterprise. By default, storeLayoutType is set to "basic" and the basic store layout is enabled. The basic layout only contains apps approved by the admin, and that have been added to the available product set for a user (using the setAvailableProductSet call). Apps on the page are sorted in order of their product ID value. If you create a custom store layout (by setting storeLayoutType = "custom" and setting a homepage), the basic store layout is disabled.

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

Constructors

SetStoreLayoutRequest(IClientService, StoreLayout, string)

Constructs a new SetStoreLayout request.

Declaration
public SetStoreLayoutRequest(IClientService service, StoreLayout body, string enterpriseId)
Parameters
Type Name Description
IClientService service
StoreLayout 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
ClientServiceRequest<StoreLayout>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes SetStoreLayout parameter list.

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

Implements

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