Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Managedconfigurationsforuser.Patch |
AndroidEnterprise.Managedconfigurationsforuser.patch(String enterpriseId,
String userId,
String managedConfigurationForUserId,
ManagedConfiguration content)
Adds or updates the managed configuration settings for an app for the specified user.
|
AndroidEnterprise.Managedconfigurationsfordevice.Patch |
AndroidEnterprise.Managedconfigurationsfordevice.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.Managedconfigurationsforuser.Update |
AndroidEnterprise.Managedconfigurationsforuser.update(String enterpriseId,
String userId,
String managedConfigurationForUserId,
ManagedConfiguration content)
Adds or updates the managed configuration settings for an app for the specified user.
|
AndroidEnterprise.Managedconfigurationsfordevice.Update |
AndroidEnterprise.Managedconfigurationsfordevice.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.
|
Constructor and Description |
---|
Patch(String enterpriseId,
String userId,
String managedConfigurationForUserId,
ManagedConfiguration content)
Adds or updates the managed configuration settings for an app for the specified user.
|
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.
|
Update(String enterpriseId,
String userId,
String managedConfigurationForUserId,
ManagedConfiguration content)
Adds or updates the managed configuration settings for an app for the specified user.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ManagedConfiguration |
ManagedConfiguration.clone() |
ManagedConfiguration |
ManagedConfiguration.set(String fieldName,
Object value) |
ManagedConfiguration |
ManagedConfiguration.setConfigurationVariables(ConfigurationVariables configurationVariables)
Contains the ID of the managed configuration profile and the set of configuration variables (if
any) defined for the user.
|
ManagedConfiguration |
ManagedConfiguration.setKind(String kind)
Identifies what kind of resource this is.
|
ManagedConfiguration |
ManagedConfiguration.setManagedProperty(List<ManagedProperty> managedProperty)
The set of managed properties for this configuration.
|
ManagedConfiguration |
ManagedConfiguration.setProductId(String productId)
The ID of the product that the managed configuration is for, e.g.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedConfiguration> |
ManagedConfigurationsForDeviceListResponse.getManagedConfigurationForDevice()
A managed configuration for an app on a specific device.
|
List<ManagedConfiguration> |
ManagedConfigurationsForUserListResponse.getManagedConfigurationForUser()
A managed configuration for an app for a specific user.
|
Modifier and Type | Method and Description |
---|---|
ManagedConfigurationsForDeviceListResponse |
ManagedConfigurationsForDeviceListResponse.setManagedConfigurationForDevice(List<ManagedConfiguration> managedConfigurationForDevice)
A managed configuration for an app on a specific device.
|
ManagedConfigurationsForUserListResponse |
ManagedConfigurationsForUserListResponse.setManagedConfigurationForUser(List<ManagedConfiguration> managedConfigurationForUser)
A managed configuration for an app for a specific user.
|
Copyright © 2011–2019 Google. All rights reserved.