target.apidocs.com.google.api.services.androidenterprise.AndroidEnterprise.Webapps.html Maven / Gradle / Ivy
AndroidEnterprise.Webapps (Google Play EMM API v1-rev20210723-1.32.1)
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.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidEnterprise.Webapps.Delete
class
AndroidEnterprise.Webapps.Get
class
AndroidEnterprise.Webapps.Insert
class
AndroidEnterprise.Webapps.List
class
AndroidEnterprise.Webapps.Update
-
Constructor Summary
Constructors
Constructor and Description
Webapps()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidEnterprise.Webapps.Delete
delete(String enterpriseId,
String webAppId)
Deletes an existing web app.
AndroidEnterprise.Webapps.Get
get(String enterpriseId,
String webAppId)
Gets an existing web app.
AndroidEnterprise.Webapps.Insert
insert(String enterpriseId,
WebApp content)
Creates a new web app for the enterprise.
AndroidEnterprise.Webapps.List
list(String enterpriseId)
Retrieves the details of all web apps for a given enterprise.
AndroidEnterprise.Webapps.Update
update(String enterpriseId,
String webAppId,
WebApp content)
Updates an existing web app.
-
-
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–2021 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy