class Storelayoutpages extends Resource (View source)

The "storelayoutpages" collection of methods.

Typical usage is:

 $androidenterpriseService = new Google\Service\AndroidEnterprise(...);
 $storelayoutpages = $androidenterpriseService->storelayoutpages;

Methods

delete(string $enterpriseId, string $pageId, array $optParams = [])

Deletes a store page. (storelayoutpages.delete)

get(string $enterpriseId, string $pageId, array $optParams = [])

Retrieves details of a store page. (storelayoutpages.get)

insert(string $enterpriseId, StorePage $postBody, array $optParams = [])

Inserts a new store page. (storelayoutpages.insert)

listStorelayoutpages(string $enterpriseId, array $optParams = [])

Retrieves the details of all pages in the store.

update(string $enterpriseId, string $pageId, StorePage $postBody, array $optParams = [])

Updates the content of a store page. (storelayoutpages.update)

Details

delete(string $enterpriseId, string $pageId, array $optParams = [])

Deletes a store page. (storelayoutpages.delete)

Parameters

string $enterpriseId

The ID of the enterprise.

string $pageId

The ID of the page.

array $optParams

Optional parameters.

Exceptions

Exception

StorePage get(string $enterpriseId, string $pageId, array $optParams = [])

Retrieves details of a store page. (storelayoutpages.get)

Parameters

string $enterpriseId

The ID of the enterprise.

string $pageId

The ID of the page.

array $optParams

Optional parameters.

Return Value

StorePage

Exceptions

Exception

StorePage insert(string $enterpriseId, StorePage $postBody, array $optParams = [])

Inserts a new store page. (storelayoutpages.insert)

Parameters

string $enterpriseId

The ID of the enterprise.

StorePage $postBody
array $optParams

Optional parameters.

Return Value

StorePage

Exceptions

Exception

StoreLayoutPagesListResponse listStorelayoutpages(string $enterpriseId, array $optParams = [])

Retrieves the details of all pages in the store.

(storelayoutpages.listStorelayoutpages)

Parameters

string $enterpriseId

The ID of the enterprise.

array $optParams

Optional parameters.

Return Value

StoreLayoutPagesListResponse

Exceptions

Exception

StorePage update(string $enterpriseId, string $pageId, StorePage $postBody, array $optParams = [])

Updates the content of a store page. (storelayoutpages.update)

Parameters

string $enterpriseId

The ID of the enterprise.

string $pageId

The ID of the page.

StorePage $postBody
array $optParams

Optional parameters.

Return Value

StorePage

Exceptions

Exception