Skip to main content

storelayoutclusters

Overview

Namestorelayoutclusters
TypeResource
Idgoogledevelopers.androidenterprise.storelayoutclusters

Fields

NameDatatypeDescription
idstringUnique ID of this cluster. Assigned by the server. Immutable once assigned.
namearrayOrdered list of localized strings giving the name of this page. The text displayed is the one that best matches the user locale, or the first entry if there is no good match. There needs to be at least one entry.
orderInPagestringString (US-ASCII only) used to determine order of this cluster within the parent page's elements. Page elements are sorted in lexicographic order of this field. Duplicated values are allowed, but ordering between elements with duplicate order is undefined. The value of this field is never visible to a user, it is used solely for the purpose of defining an ordering. Maximum length is 256 characters.
productIdarrayList of products in the order they are displayed in the cluster. There should not be duplicates within a cluster.

Methods

NameAccessible byRequired ParamsDescription
getSELECTclusterId, enterpriseId, pageIdRetrieves details of a cluster.
listSELECTenterpriseId, pageIdRetrieves the details of all clusters on the specified page.
insertINSERTenterpriseId, pageIdInserts a new cluster in a page.
deleteDELETEclusterId, enterpriseId, pageIdDeletes a cluster.
updateEXECclusterId, enterpriseId, pageIdUpdates a cluster.