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

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

There is a newer version: v1-rev20250115-2.0.0
Show newest version






AndroidEnterprise.Webapps (Google Play EMM API v1-rev20240820-2.0.0)












com.google.api.services.androidenterprise

Class AndroidEnterprise.Webapps

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


    public class AndroidEnterprise.Webapps
    extends Object
    The "webapps" collection of methods.
    • Constructor Detail

      • Webapps

        public Webapps()
    • Method Detail

      • delete

        public AndroidEnterprise.Webapps.Delete delete(String enterpriseId,
                                                       String webAppId)
                                                throws IOException
        Deletes an existing web app. Create a request for the method "webapps.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.
        webAppId - The ID of the web app.
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidEnterprise.Webapps.Get get(String enterpriseId,
                                                 String webAppId)
                                          throws IOException
        Gets an existing web app. Create a request for the method "webapps.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.
        webAppId - The ID of the web app.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public AndroidEnterprise.Webapps.Insert insert(String enterpriseId,
                                                       WebApp content)
                                                throws IOException
        Creates a new web app for the enterprise. Create a request for the method "webapps.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 WebApp
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidEnterprise.Webapps.List list(String enterpriseId)
                                            throws IOException
        Retrieves the details of all web apps for a given enterprise. Create a request for the method "webapps.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.Webapps.Update update(String enterpriseId,
                                                       String webAppId,
                                                       WebApp content)
                                                throws IOException
        Updates an existing web app. Create a request for the method "webapps.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.
        webAppId - The ID of the web app.
        content - the WebApp
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy