Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Installs.Patch |
AndroidEnterprise.Installs.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 |
AndroidEnterprise.Installs.update(String enterpriseId,
String userId,
String deviceId,
String installId,
Install content)
Requests to install the latest version of an app to a device.
|
Constructor and Description |
---|
Patch(String enterpriseId,
String userId,
String deviceId,
String installId,
Install content)
Requests to install the latest version of an app to a device.
|
Update(String enterpriseId,
String userId,
String deviceId,
String installId,
Install content)
Requests to install the latest version of an app to a device.
|
Modifier and Type | Method and Description |
---|---|
Install |
Install.clone() |
Install |
Install.set(String fieldName,
Object value) |
Install |
Install.setInstallState(String installState)
Install state.
|
Install |
Install.setKind(String kind)
Identifies what kind of resource this is.
|
Install |
Install.setProductId(String productId)
The ID of the product that the install is for.
|
Install |
Install.setVersionCode(Integer versionCode)
The version of the installed product.
|
Modifier and Type | Method and Description |
---|---|
List<Install> |
InstallsListResponse.getInstall()
An installation of an app for a user on a specific device.
|
Modifier and Type | Method and Description |
---|---|
InstallsListResponse |
InstallsListResponse.setInstall(List<Install> install)
An installation of an app for a user on a specific device.
|
Copyright © 2011–2019 Google. All rights reserved.