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
EnterprisesResource.SetStoreLayoutRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes SetStoreLayout parameter list.
Declaration
protected override void InitParameters()