public class AndroidEnterprise.Storelayoutclusters
extends java.lang.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.Update |
Constructor and Description |
---|
Storelayoutclusters() |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Storelayoutclusters.Delete |
delete(java.lang.String enterpriseId,
java.lang.String pageId,
java.lang.String clusterId)
Deletes a cluster.
|
AndroidEnterprise.Storelayoutclusters.Get |
get(java.lang.String enterpriseId,
java.lang.String pageId,
java.lang.String clusterId)
Retrieves details of a cluster.
|
AndroidEnterprise.Storelayoutclusters.Insert |
insert(java.lang.String enterpriseId,
java.lang.String pageId,
StoreCluster content)
Inserts a new cluster in a page.
|
AndroidEnterprise.Storelayoutclusters.List |
list(java.lang.String enterpriseId,
java.lang.String pageId)
Retrieves the details of all clusters on the specified page.
|
AndroidEnterprise.Storelayoutclusters.Update |
update(java.lang.String enterpriseId,
java.lang.String pageId,
java.lang.String clusterId,
StoreCluster content)
Updates a cluster.
|
public AndroidEnterprise.Storelayoutclusters.Delete delete(java.lang.String enterpriseId, java.lang.String pageId, java.lang.String clusterId) throws java.io.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.java.io.IOException
public AndroidEnterprise.Storelayoutclusters.Get get(java.lang.String enterpriseId, java.lang.String pageId, java.lang.String clusterId) throws java.io.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.java.io.IOException
public AndroidEnterprise.Storelayoutclusters.Insert insert(java.lang.String enterpriseId, java.lang.String pageId, StoreCluster content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.pageId
- The ID of the page.content
- the StoreCluster
java.io.IOException
public AndroidEnterprise.Storelayoutclusters.List list(java.lang.String enterpriseId, java.lang.String pageId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.pageId
- The ID of the page.java.io.IOException
public AndroidEnterprise.Storelayoutclusters.Update update(java.lang.String enterpriseId, java.lang.String pageId, java.lang.String clusterId, StoreCluster content) throws java.io.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
java.io.IOException