target.apidocs.com.google.api.services.androidenterprise.AndroidEnterprise.Storelayoutpages.html Maven / Gradle / Ivy
The newest version!
AndroidEnterprise.Storelayoutpages (Google Play EMM API v1-rev20241113-2.0.0)
com.google.api.services.androidenterprise
Class AndroidEnterprise.Storelayoutpages
- java.lang.Object
-
- com.google.api.services.androidenterprise.AndroidEnterprise.Storelayoutpages
-
- Enclosing class:
- AndroidEnterprise
public class AndroidEnterprise.Storelayoutpages
extends Object
The "storelayoutpages" collection of methods.
-
-
Nested Class Summary
Nested Classes
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.Update
-
Constructor Summary
Constructors
Constructor and Description
Storelayoutpages()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.Update
update(String enterpriseId,
String pageId,
StorePage content)
Updates the content of a store page.
-
-
Method Detail
-
delete
public AndroidEnterprise.Storelayoutpages.Delete delete(String enterpriseId,
String pageId)
throws IOException
Deletes a store page.
Create a request for the method "storelayoutpages.delete".
This request holds the parameters needed by the androidenterprise server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
enterpriseId
- The ID of the enterprise.
pageId
- The ID of the page.
- Returns:
- the request
- Throws:
IOException
-
get
public AndroidEnterprise.Storelayoutpages.Get get(String enterpriseId,
String pageId)
throws IOException
Retrieves details of a store page.
Create a request for the method "storelayoutpages.get".
This request holds the parameters needed by the androidenterprise server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
enterpriseId
- The ID of the enterprise.
pageId
- The ID of the page.
- Returns:
- the request
- Throws:
IOException
-
insert
public AndroidEnterprise.Storelayoutpages.Insert insert(String enterpriseId,
StorePage content)
throws IOException
Inserts a new store page.
Create a request for the method "storelayoutpages.insert".
This request holds the parameters needed by the androidenterprise server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
enterpriseId
- The ID of the enterprise.
content
- the StorePage
- Returns:
- the request
- Throws:
IOException
-
list
public AndroidEnterprise.Storelayoutpages.List list(String enterpriseId)
throws IOException
Retrieves the details of all pages in the store.
Create a request for the method "storelayoutpages.list".
This request holds the parameters needed by the androidenterprise server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
enterpriseId
- The ID of the enterprise.
- Returns:
- the request
- Throws:
IOException
-
update
public AndroidEnterprise.Storelayoutpages.Update update(String enterpriseId,
String pageId,
StorePage content)
throws IOException
Updates the content of a store page.
Create a request for the method "storelayoutpages.update".
This request holds the parameters needed by the androidenterprise server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
enterpriseId
- The ID of the enterprise.
pageId
- The ID of the page.
content
- the StorePage
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy