public class AndroidEnterprise.Managedconfigurationsforuser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidEnterprise.Managedconfigurationsforuser.Delete |
class |
AndroidEnterprise.Managedconfigurationsforuser.Get |
class |
AndroidEnterprise.Managedconfigurationsforuser.List |
class |
AndroidEnterprise.Managedconfigurationsforuser.Update |
Constructor and Description |
---|
Managedconfigurationsforuser() |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Managedconfigurationsforuser.Delete |
delete(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String managedConfigurationForUserId)
Removes a per-user managed configuration for an app for the specified user.
|
AndroidEnterprise.Managedconfigurationsforuser.Get |
get(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String managedConfigurationForUserId)
Retrieves details of a per-user managed configuration for an app for the specified user.
|
AndroidEnterprise.Managedconfigurationsforuser.List |
list(java.lang.String enterpriseId,
java.lang.String userId)
Lists all the per-user managed configurations for the specified user.
|
AndroidEnterprise.Managedconfigurationsforuser.Update |
update(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String managedConfigurationForUserId,
ManagedConfiguration content)
Adds or updates the managed configuration settings for an app for the specified user.
|
public AndroidEnterprise.Managedconfigurationsforuser.Delete delete(java.lang.String enterpriseId, java.lang.String userId, java.lang.String managedConfigurationForUserId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.userId
- The ID of the user.managedConfigurationForUserId
- The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".java.io.IOException
public AndroidEnterprise.Managedconfigurationsforuser.Get get(java.lang.String enterpriseId, java.lang.String userId, java.lang.String managedConfigurationForUserId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.userId
- The ID of the user.managedConfigurationForUserId
- The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".java.io.IOException
public AndroidEnterprise.Managedconfigurationsforuser.List list(java.lang.String enterpriseId, java.lang.String userId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.userId
- The ID of the user.java.io.IOException
public AndroidEnterprise.Managedconfigurationsforuser.Update update(java.lang.String enterpriseId, java.lang.String userId, java.lang.String managedConfigurationForUserId, 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.managedConfigurationForUserId
- The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".content
- the ManagedConfiguration
java.io.IOException