public class AndroidEnterprise.Managedconfigurationsfordevice extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidEnterprise.Managedconfigurationsfordevice.Delete |
class |
AndroidEnterprise.Managedconfigurationsfordevice.Get |
class |
AndroidEnterprise.Managedconfigurationsfordevice.List |
class |
AndroidEnterprise.Managedconfigurationsfordevice.Patch |
class |
AndroidEnterprise.Managedconfigurationsfordevice.Update |
| Constructor and Description |
|---|
Managedconfigurationsfordevice() |
| Modifier and Type | Method and Description |
|---|---|
AndroidEnterprise.Managedconfigurationsfordevice.Delete |
delete(String enterpriseId,
String userId,
String deviceId,
String managedConfigurationForDeviceId)
Removes a per-device managed configuration for an app for the specified device.
|
AndroidEnterprise.Managedconfigurationsfordevice.Get |
get(String enterpriseId,
String userId,
String deviceId,
String managedConfigurationForDeviceId)
Retrieves details of a per-device managed configuration.
|
AndroidEnterprise.Managedconfigurationsfordevice.List |
list(String enterpriseId,
String userId,
String deviceId)
Lists all the per-device managed configurations for the specified device.
|
AndroidEnterprise.Managedconfigurationsfordevice.Patch |
patch(String enterpriseId,
String userId,
String deviceId,
String managedConfigurationForDeviceId,
ManagedConfiguration content)
Adds or updates a per-device managed configuration for an app for the specified device.
|
AndroidEnterprise.Managedconfigurationsfordevice.Update |
update(String enterpriseId,
String userId,
String deviceId,
String managedConfigurationForDeviceId,
ManagedConfiguration content)
Adds or updates a per-device managed configuration for an app for the specified device.
|
public AndroidEnterprise.Managedconfigurationsfordevice.Delete delete(String enterpriseId, String userId, String deviceId, String managedConfigurationForDeviceId) 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.managedConfigurationForDeviceId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".IOExceptionpublic AndroidEnterprise.Managedconfigurationsfordevice.Get get(String enterpriseId, String userId, String deviceId, String managedConfigurationForDeviceId) 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.managedConfigurationForDeviceId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".IOExceptionpublic AndroidEnterprise.Managedconfigurationsfordevice.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.IOExceptionpublic AndroidEnterprise.Managedconfigurationsfordevice.Patch patch(String enterpriseId, String userId, String deviceId, String managedConfigurationForDeviceId, ManagedConfiguration 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.managedConfigurationForDeviceId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".content - the ManagedConfigurationIOExceptionpublic AndroidEnterprise.Managedconfigurationsfordevice.Update update(String enterpriseId, String userId, String deviceId, String managedConfigurationForDeviceId, ManagedConfiguration 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.managedConfigurationForDeviceId - The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".content - the ManagedConfigurationIOExceptionCopyright © 2011–2018 Google. All rights reserved.