public class AndroidEnterprise.Storelayoutclusters extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidEnterprise.Storelayoutclusters.Delete |
class |
AndroidEnterprise.Storelayoutclusters.Get |
class |
AndroidEnterprise.Storelayoutclusters.Insert |
class |
AndroidEnterprise.Storelayoutclusters.List |
class |
AndroidEnterprise.Storelayoutclusters.Patch |
class |
AndroidEnterprise.Storelayoutclusters.Update |
Constructor and Description |
---|
Storelayoutclusters() |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Storelayoutclusters.Delete |
delete(String enterpriseId,
String pageId,
String clusterId)
Deletes a cluster.
|
AndroidEnterprise.Storelayoutclusters.Get |
get(String enterpriseId,
String pageId,
String clusterId)
Retrieves details of a cluster.
|
AndroidEnterprise.Storelayoutclusters.Insert |
insert(String enterpriseId,
String pageId,
StoreCluster content)
Inserts a new cluster in a page.
|
AndroidEnterprise.Storelayoutclusters.List |
list(String enterpriseId,
String pageId)
Retrieves the details of all clusters on the specified page.
|
AndroidEnterprise.Storelayoutclusters.Patch |
patch(String enterpriseId,
String pageId,
String clusterId,
StoreCluster content)
Updates a cluster.
|
AndroidEnterprise.Storelayoutclusters.Update |
update(String enterpriseId,
String pageId,
String clusterId,
StoreCluster content)
Updates a cluster.
|
public AndroidEnterprise.Storelayoutclusters.Delete delete(String enterpriseId, String pageId, String clusterId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.pageId
- The ID of the page.clusterId
- The ID of the cluster.IOException
public AndroidEnterprise.Storelayoutclusters.Get get(String enterpriseId, String pageId, String clusterId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.pageId
- The ID of the page.clusterId
- The ID of the cluster.IOException
public AndroidEnterprise.Storelayoutclusters.Insert insert(String enterpriseId, String pageId, StoreCluster content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.pageId
- The ID of the page.content
- the StoreCluster
IOException
public AndroidEnterprise.Storelayoutclusters.List list(String enterpriseId, String pageId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.pageId
- The ID of the page.IOException
public AndroidEnterprise.Storelayoutclusters.Patch patch(String enterpriseId, String pageId, String clusterId, StoreCluster content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.pageId
- The ID of the page.clusterId
- The ID of the cluster.content
- the StoreCluster
IOException
public AndroidEnterprise.Storelayoutclusters.Update update(String enterpriseId, String pageId, String clusterId, StoreCluster content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.pageId
- The ID of the page.clusterId
- The ID of the cluster.content
- the StoreCluster
IOException
Copyright © 2011–2019 Google. All rights reserved.