public class AndroidEnterprise.Installs extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidEnterprise.Installs.Delete |
class |
AndroidEnterprise.Installs.Get |
class |
AndroidEnterprise.Installs.List |
class |
AndroidEnterprise.Installs.Patch |
class |
AndroidEnterprise.Installs.Update |
Constructor and Description |
---|
Installs() |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Installs.Delete |
delete(String enterpriseId,
String userId,
String deviceId,
String installId)
Requests to remove an app from a device.
|
AndroidEnterprise.Installs.Get |
get(String enterpriseId,
String userId,
String deviceId,
String installId)
Retrieves details of an installation of an app on a device.
|
AndroidEnterprise.Installs.List |
list(String enterpriseId,
String userId,
String deviceId)
Retrieves the details of all apps installed on the specified device.
|
AndroidEnterprise.Installs.Patch |
patch(String enterpriseId,
String userId,
String deviceId,
String installId,
Install content)
Requests to install the latest version of an app to a device.
|
AndroidEnterprise.Installs.Update |
update(String enterpriseId,
String userId,
String deviceId,
String installId,
Install content)
Requests to install the latest version of an app to a device.
|
public AndroidEnterprise.Installs.Delete delete(String enterpriseId, String userId, String deviceId, String installId) throws 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".IOException
public AndroidEnterprise.Installs.Get get(String enterpriseId, String userId, String deviceId, String installId) throws 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".IOException
public AndroidEnterprise.Installs.List list(String enterpriseId, String userId, String deviceId) throws 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.IOException
public AndroidEnterprise.Installs.Patch patch(String enterpriseId, String userId, String deviceId, String installId, Install content) throws 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 Install
IOException
public AndroidEnterprise.Installs.Update update(String enterpriseId, String userId, String deviceId, String installId, Install content) throws 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 Install
IOException
Copyright © 2011–2019 Google. All rights reserved.