public class AndroidEnterprise.Managedconfigurationsfordevice
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidEnterprise.Managedconfigurationsfordevice.Delete |
class |
AndroidEnterprise.Managedconfigurationsfordevice.Get |
class |
AndroidEnterprise.Managedconfigurationsfordevice.List |
class |
AndroidEnterprise.Managedconfigurationsfordevice.Update |
Constructor and Description |
---|
Managedconfigurationsfordevice() |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Managedconfigurationsfordevice.Delete |
delete(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId,
java.lang.String managedConfigurationForDeviceId)
Removes a per-device managed configuration for an app for the specified device.
|
AndroidEnterprise.Managedconfigurationsfordevice.Get |
get(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId,
java.lang.String managedConfigurationForDeviceId)
Retrieves details of a per-device managed configuration.
|
AndroidEnterprise.Managedconfigurationsfordevice.List |
list(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId)
Lists all the per-device managed configurations for the specified device.
|
AndroidEnterprise.Managedconfigurationsfordevice.Update |
update(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId,
java.lang.String managedConfigurationForDeviceId,
ManagedConfiguration content)
Adds or updates a per-device managed configuration for an app for the specified device.
|
public AndroidEnterprise.Managedconfigurationsfordevice.Delete delete(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId, java.lang.String managedConfigurationForDeviceId) throws java.io.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".java.io.IOException
public AndroidEnterprise.Managedconfigurationsfordevice.Get get(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId, java.lang.String managedConfigurationForDeviceId) throws java.io.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".java.io.IOException
public AndroidEnterprise.Managedconfigurationsfordevice.List list(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId) throws java.io.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.java.io.IOException
public AndroidEnterprise.Managedconfigurationsfordevice.Update update(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId, java.lang.String managedConfigurationForDeviceId, ManagedConfiguration content) throws java.io.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 ManagedConfiguration
java.io.IOException