public class AndroidEnterprise.Webapps extends Object
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.Patch |
class |
AndroidEnterprise.Webapps.Update |
Constructor and Description |
---|
Webapps() |
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.Patch |
patch(String enterpriseId,
String webAppId,
WebApp content)
Updates an existing web app.
|
AndroidEnterprise.Webapps.Update |
update(String enterpriseId,
String webAppId,
WebApp content)
Updates an existing web app.
|
public AndroidEnterprise.Webapps.Delete delete(String enterpriseId, String webAppId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.webAppId
- The ID of the web app.IOException
public AndroidEnterprise.Webapps.Get get(String enterpriseId, String webAppId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.webAppId
- The ID of the web app.IOException
public AndroidEnterprise.Webapps.Insert insert(String enterpriseId, WebApp content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.content
- the WebApp
IOException
public AndroidEnterprise.Webapps.List list(String enterpriseId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.IOException
public AndroidEnterprise.Webapps.Patch patch(String enterpriseId, String webAppId, WebApp content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.webAppId
- The ID of the web app.content
- the WebApp
IOException
public AndroidEnterprise.Webapps.Update update(String enterpriseId, String webAppId, WebApp content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.webAppId
- The ID of the web app.content
- the WebApp
IOException
Copyright © 2011–2019 Google. All rights reserved.