public class AndroidEnterprise.Webapps
extends java.lang.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.Update |
Constructor and Description |
---|
Webapps() |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Webapps.Delete |
delete(java.lang.String enterpriseId,
java.lang.String webAppId)
Deletes an existing web app.
|
AndroidEnterprise.Webapps.Get |
get(java.lang.String enterpriseId,
java.lang.String webAppId)
Gets an existing web app.
|
AndroidEnterprise.Webapps.Insert |
insert(java.lang.String enterpriseId,
WebApp content)
Creates a new web app for the enterprise.
|
AndroidEnterprise.Webapps.List |
list(java.lang.String enterpriseId)
Retrieves the details of all web apps for a given enterprise.
|
AndroidEnterprise.Webapps.Update |
update(java.lang.String enterpriseId,
java.lang.String webAppId,
WebApp content)
Updates an existing web app.
|
public AndroidEnterprise.Webapps.Delete delete(java.lang.String enterpriseId, java.lang.String webAppId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.webAppId
- The ID of the web app.java.io.IOException
public AndroidEnterprise.Webapps.Get get(java.lang.String enterpriseId, java.lang.String webAppId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.webAppId
- The ID of the web app.java.io.IOException
public AndroidEnterprise.Webapps.Insert insert(java.lang.String enterpriseId, WebApp content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.content
- the WebApp
java.io.IOException
public AndroidEnterprise.Webapps.List list(java.lang.String enterpriseId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.java.io.IOException
public AndroidEnterprise.Webapps.Update update(java.lang.String enterpriseId, java.lang.String webAppId, WebApp content) throws java.io.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
java.io.IOException