Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AppState |
AppState.clone() |
AppState |
AppState.set(java.lang.String fieldName,
java.lang.Object value) |
AppState |
AppState.setKeyedAppState(java.util.List<KeyedAppState> keyedAppState)
List of keyed app states.
|
AppState |
AppState.setPackageName(java.lang.String packageName)
The package name of the app.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AppState> |
DeviceReport.getAppState()
List of app states set by managed apps on the device.
|
Modifier and Type | Method and Description |
---|---|
DeviceReport |
DeviceReport.setAppState(java.util.List<AppState> appState)
List of app states set by managed apps on the device.
|