public class AndroidEnterprise.Managedconfigurationsforuser extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidEnterprise.Managedconfigurationsforuser.Delete |
class |
AndroidEnterprise.Managedconfigurationsforuser.Get |
class |
AndroidEnterprise.Managedconfigurationsforuser.List |
class |
AndroidEnterprise.Managedconfigurationsforuser.Patch |
class |
AndroidEnterprise.Managedconfigurationsforuser.Update |
Constructor and Description |
---|
Managedconfigurationsforuser() |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Managedconfigurationsforuser.Delete |
delete(String enterpriseId,
String userId,
String managedConfigurationForUserId)
Removes a per-user managed configuration for an app for the specified user.
|
AndroidEnterprise.Managedconfigurationsforuser.Get |
get(String enterpriseId,
String userId,
String managedConfigurationForUserId)
Retrieves details of a per-user managed configuration for an app for the specified user.
|
AndroidEnterprise.Managedconfigurationsforuser.List |
list(String enterpriseId,
String userId)
Lists all the per-user managed configurations for the specified user.
|
AndroidEnterprise.Managedconfigurationsforuser.Patch |
patch(String enterpriseId,
String userId,
String managedConfigurationForUserId,
ManagedConfiguration content)
Adds or updates the managed configuration settings for an app for the specified user.
|
AndroidEnterprise.Managedconfigurationsforuser.Update |
update(String enterpriseId,
String userId,
String managedConfigurationForUserId,
ManagedConfiguration content)
Adds or updates the managed configuration settings for an app for the specified user.
|
public AndroidEnterprise.Managedconfigurationsforuser.Delete delete(String enterpriseId, String userId, String managedConfigurationForUserId) throws 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".IOException
public AndroidEnterprise.Managedconfigurationsforuser.Get get(String enterpriseId, String userId, String managedConfigurationForUserId) throws 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".IOException
public AndroidEnterprise.Managedconfigurationsforuser.List list(String enterpriseId, String userId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.userId
- The ID of the user.IOException
public AndroidEnterprise.Managedconfigurationsforuser.Patch patch(String enterpriseId, String userId, String managedConfigurationForUserId, ManagedConfiguration content) throws 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
IOException
public AndroidEnterprise.Managedconfigurationsforuser.Update update(String enterpriseId, String userId, String managedConfigurationForUserId, ManagedConfiguration content) throws 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
IOException
Copyright © 2011–2019 Google. All rights reserved.