public class AndroidEnterprise.Installs
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidEnterprise.Installs.Delete |
class |
AndroidEnterprise.Installs.Get |
class |
AndroidEnterprise.Installs.List |
class |
AndroidEnterprise.Installs.Update |
| Constructor and Description |
|---|
Installs() |
| Modifier and Type | Method and Description |
|---|---|
AndroidEnterprise.Installs.Delete |
delete(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId,
java.lang.String installId)
Requests to remove an app from a device.
|
AndroidEnterprise.Installs.Get |
get(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId,
java.lang.String installId)
Retrieves details of an installation of an app on a device.
|
AndroidEnterprise.Installs.List |
list(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId)
Retrieves the details of all apps installed on the specified device.
|
AndroidEnterprise.Installs.Update |
update(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId,
java.lang.String installId,
Install content)
Requests to install the latest version of an app to a device.
|
public AndroidEnterprise.Installs.Delete delete(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId, java.lang.String installId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.userId - The ID of the user.deviceId - The Android ID of the device.installId - The ID of the product represented by the install, e.g. "app:com.google.android.gm".java.io.IOExceptionpublic AndroidEnterprise.Installs.Get get(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId, java.lang.String installId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.userId - The ID of the user.deviceId - The Android ID of the device.installId - The ID of the product represented by the install, e.g. "app:com.google.android.gm".java.io.IOExceptionpublic AndroidEnterprise.Installs.List list(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.userId - The ID of the user.deviceId - The Android ID of the device.java.io.IOExceptionpublic AndroidEnterprise.Installs.Update update(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId, java.lang.String installId, Install content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.userId - The ID of the user.deviceId - The Android ID of the device.installId - The ID of the product represented by the install, e.g. "app:com.google.android.gm".content - the Installjava.io.IOException