target.apidocs.com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises.WebApps.html Maven / Gradle / Ivy
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
-
- Enclosing class:
- AndroidManagement.Enterprises
public class AndroidManagement.Enterprises.WebApps
extends Object
The "webApps" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidManagement.Enterprises.WebApps.Create
class
AndroidManagement.Enterprises.WebApps.Delete
class
AndroidManagement.Enterprises.WebApps.Get
class
AndroidManagement.Enterprises.WebApps.List
class
AndroidManagement.Enterprises.WebApps.Patch
-
Constructor Summary
Constructors
Constructor and Description
WebApps()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidManagement.Enterprises.WebApps.Create
create(String parent,
WebApp content)
Creates a web app.
AndroidManagement.Enterprises.WebApps.Delete
delete(String name)
Deletes a web app.
AndroidManagement.Enterprises.WebApps.Get
get(String name)
Gets a web app.
AndroidManagement.Enterprises.WebApps.List
list(String parent)
Lists web apps for a given enterprise.
AndroidManagement.Enterprises.WebApps.Patch
patch(String name,
WebApp content)
Updates a web app.
-
-
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