CustomerDevicesCollectionOperations Class

Implements

public class CustomerDevicesCollectionOperations extends BasePartnerComponentString implements ICustomerDeviceCollection

Implements operations that apply to device collections.

Constructor Summary

Constructor Description
CustomerDevicesCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerDevicesCollectionOperations class.

Method Summary

Modifier and Type Method and Description
java.lang.String update(DevicePolicyUpdateRequest devicePolicyUpdateRequest)

Updates the devices with configuration policies.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

CustomerDevicesCollectionOperations

public CustomerDevicesCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerDevicesCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.

Method Details

update

public 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.

Applies to