All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.
    • Constructor Detail

      • Storelayoutpages

        public Storelayoutpages()
    • 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