ICustomerDeviceCollection Interface
Implements
public interface ICustomerDeviceCollection extends IPartnerComponentString
Represents the operations that can be done on the partner's devices.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract java.lang.String |
update(DevicePolicyUpdateRequest devicePolicyUpdateRequest)
Updates the devices with configuration policies. |
Method Details
update
public abstract String update(DevicePolicyUpdateRequest devicePolicyUpdateRequest)
Updates the devices with configuration policies.
Parameters:
devicePolicyUpdateRequest
- The device policy update request with devices to be updated.
Returns:
The location of the status to track the update.