| Package | Description |
|---|---|
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
MobileDevice.Applications |
MobileDevice.Applications.clone() |
MobileDevice.Applications |
MobileDevice.Applications.set(String fieldName,
Object value) |
MobileDevice.Applications |
MobileDevice.Applications.setDisplayName(String displayName)
Display name of application
|
MobileDevice.Applications |
MobileDevice.Applications.setPackageName(String packageName)
Package name of application
|
MobileDevice.Applications |
MobileDevice.Applications.setPermission(List<String> permission)
List of Permissions for application
|
MobileDevice.Applications |
MobileDevice.Applications.setVersionCode(Integer versionCode)
Version code of application
|
MobileDevice.Applications |
MobileDevice.Applications.setVersionName(String versionName)
Version name of application
|
| Modifier and Type | Method and Description |
|---|---|
List<MobileDevice.Applications> |
MobileDevice.getApplications()
List of applications installed on Mobile Device
|
| Modifier and Type | Method and Description |
|---|---|
MobileDevice |
MobileDevice.setApplications(List<MobileDevice.Applications> applications)
List of applications installed on Mobile Device
|