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

target.apidocs.com.google.api.services.androidenterprise.AndroidEnterprise.Storelayoutclusters.html Maven / Gradle / Ivy

The newest version!






AndroidEnterprise.Storelayoutclusters (Google Play EMM API v1-rev20241113-2.0.0)












com.google.api.services.androidenterprise

Class AndroidEnterprise.Storelayoutclusters

  • java.lang.Object
    • com.google.api.services.androidenterprise.AndroidEnterprise.Storelayoutclusters
  • Enclosing class:
    AndroidEnterprise


    public class AndroidEnterprise.Storelayoutclusters
    extends Object
    The "storelayoutclusters" collection of methods.
    • Constructor Detail

      • Storelayoutclusters

        public Storelayoutclusters()
    • Method Detail

      • delete

        public AndroidEnterprise.Storelayoutclusters.Delete delete(String enterpriseId,
                                                                   String pageId,
                                                                   String clusterId)
                                                            throws IOException
        Deletes a cluster. Create a request for the method "storelayoutclusters.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.
        clusterId - The ID of the cluster.
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidEnterprise.Storelayoutclusters.Get get(String enterpriseId,
                                                             String pageId,
                                                             String clusterId)
                                                      throws IOException
        Retrieves details of a cluster. Create a request for the method "storelayoutclusters.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.
        clusterId - The ID of the cluster.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public AndroidEnterprise.Storelayoutclusters.Insert insert(String enterpriseId,
                                                                   String pageId,
                                                                   StoreCluster content)
                                                            throws IOException
        Inserts a new cluster in a page. Create a request for the method "storelayoutclusters.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.
        pageId - The ID of the page.
        content - the StoreCluster
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidEnterprise.Storelayoutclusters.List list(String enterpriseId,
                                                               String pageId)
                                                        throws IOException
        Retrieves the details of all clusters on the specified page. Create a request for the method "storelayoutclusters.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.
        pageId - The ID of the page.
        Returns:
        the request
        Throws:
        IOException
      • update

        public AndroidEnterprise.Storelayoutclusters.Update update(String enterpriseId,
                                                                   String pageId,
                                                                   String clusterId,
                                                                   StoreCluster content)
                                                            throws IOException
        Updates a cluster. Create a request for the method "storelayoutclusters.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.
        clusterId - The ID of the cluster.
        content - the StoreCluster
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy