Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Storelayoutclusters.Insert |
AndroidEnterprise.Storelayoutclusters.insert(String enterpriseId,
String pageId,
StoreCluster content)
Inserts a new cluster in a page.
|
AndroidEnterprise.Storelayoutclusters.Patch |
AndroidEnterprise.Storelayoutclusters.patch(String enterpriseId,
String pageId,
String clusterId,
StoreCluster content)
Updates a cluster.
|
AndroidEnterprise.Storelayoutclusters.Update |
AndroidEnterprise.Storelayoutclusters.update(String enterpriseId,
String pageId,
String clusterId,
StoreCluster content)
Updates a cluster.
|
Constructor and Description |
---|
Insert(String enterpriseId,
String pageId,
StoreCluster content)
Inserts a new cluster in a page.
|
Patch(String enterpriseId,
String pageId,
String clusterId,
StoreCluster content)
Updates a cluster.
|
Update(String enterpriseId,
String pageId,
String clusterId,
StoreCluster content)
Updates a cluster.
|
Modifier and Type | Method and Description |
---|---|
StoreCluster |
StoreCluster.clone() |
StoreCluster |
StoreCluster.set(String fieldName,
Object value) |
StoreCluster |
StoreCluster.setId(String id)
Unique ID of this cluster.
|
StoreCluster |
StoreCluster.setKind(String kind)
Identifies what kind of resource this is.
|
StoreCluster |
StoreCluster.setName(List<LocalizedText> name)
Ordered list of localized strings giving the name of this page.
|
StoreCluster |
StoreCluster.setOrderInPage(String orderInPage)
String (US-ASCII only) used to determine order of this cluster within the parent page's
elements.
|
StoreCluster |
StoreCluster.setProductId(List<String> productId)
List of products in the order they are displayed in the cluster.
|
Modifier and Type | Method and Description |
---|---|
List<StoreCluster> |
StoreLayoutClustersListResponse.getCluster()
A store cluster of an enterprise.
|
Modifier and Type | Method and Description |
---|---|
StoreLayoutClustersListResponse |
StoreLayoutClustersListResponse.setCluster(List<StoreCluster> cluster)
A store cluster of an enterprise.
|
Copyright © 2011–2019 Google. All rights reserved.