public class AndroidEnterprise.Storelayoutpages extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidEnterprise.Storelayoutpages.Delete |
class |
AndroidEnterprise.Storelayoutpages.Get |
class |
AndroidEnterprise.Storelayoutpages.Insert |
class |
AndroidEnterprise.Storelayoutpages.List |
class |
AndroidEnterprise.Storelayoutpages.Patch |
class |
AndroidEnterprise.Storelayoutpages.Update |
Constructor and Description |
---|
Storelayoutpages() |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Storelayoutpages.Delete |
delete(String enterpriseId,
String pageId)
Deletes a store page.
|
AndroidEnterprise.Storelayoutpages.Get |
get(String enterpriseId,
String pageId)
Retrieves details of a store page.
|
AndroidEnterprise.Storelayoutpages.Insert |
insert(String enterpriseId,
StorePage content)
Inserts a new store page.
|
AndroidEnterprise.Storelayoutpages.List |
list(String enterpriseId)
Retrieves the details of all pages in the store.
|
AndroidEnterprise.Storelayoutpages.Patch |
patch(String enterpriseId,
String pageId,
StorePage content)
Updates the content of a store page.
|
AndroidEnterprise.Storelayoutpages.Update |
update(String enterpriseId,
String pageId,
StorePage content)
Updates the content of a store page.
|
public AndroidEnterprise.Storelayoutpages.Delete delete(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.Storelayoutpages.Get get(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.Storelayoutpages.Insert insert(String enterpriseId, StorePage content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.content
- the StorePage
IOException
public AndroidEnterprise.Storelayoutpages.List list(String enterpriseId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.IOException
public AndroidEnterprise.Storelayoutpages.Patch patch(String enterpriseId, String pageId, StorePage 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 StorePage
IOException
public AndroidEnterprise.Storelayoutpages.Update update(String enterpriseId, String pageId, StorePage 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 StorePage
IOException
Copyright © 2011–2019 Google. All rights reserved.