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

target.apidocs.com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises.WebApps.html Maven / Gradle / Ivy

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






AndroidManagement.Enterprises.WebApps (Android Management API v1-rev20241114-2.0.0)












com.google.api.services.androidmanagement.v1

Class AndroidManagement.Enterprises.WebApps

  • java.lang.Object
    • com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises.WebApps
    • Constructor Detail

      • WebApps

        public WebApps()
    • Method Detail

      • create

        public AndroidManagement.Enterprises.WebApps.Create create(String parent,
                                                                   WebApp content)
                                                            throws IOException
        Creates a web app. Create a request for the method "webApps.create". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - The name of the enterprise in the form enterprises/{enterpriseId}.
        content - the WebApp
        Returns:
        the request
        Throws:
        IOException
      • delete

        public AndroidManagement.Enterprises.WebApps.Delete delete(String name)
                                                            throws IOException
        Deletes a web app. Create a request for the method "webApps.delete". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}.
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidManagement.Enterprises.WebApps.Get get(String name)
                                                      throws IOException
        Gets a web app. Create a request for the method "webApps.get". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The name of the web app in the form enterprises/{enterpriseId}/webApp/{packageName}.
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidManagement.Enterprises.WebApps.List list(String parent)
                                                        throws IOException
        Lists web apps for a given enterprise. Create a request for the method "webApps.list". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - The name of the enterprise in the form enterprises/{enterpriseId}.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public AndroidManagement.Enterprises.WebApps.Patch patch(String name,
                                                                 WebApp content)
                                                          throws IOException
        Updates a web app. Create a request for the method "webApps.patch". This request holds the parameters needed by the androidmanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}.
        content - the WebApp
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy