DevicesBatchOperations Class

Implements

public class DevicesBatchOperations extends BasePartnerComponent<Tuple<String,String>> implements IDevicesBatch

Represents the operations that apply to devices batch of the customer.

Constructor Summary

Constructor Description
DevicesBatchOperations(IPartner rootPartnerOperations, String customerId, String deviceBatchId)

Initializes a new instance of the DevicesBatchOperations class.

Method Summary

Modifier and Type Method and Description
IDeviceCollection getDevices()

Gets the devices behavior of the devices batch.

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

DevicesBatchOperations

public DevicesBatchOperations(IPartner rootPartnerOperations, String customerId, String deviceBatchId)

Initializes a new instance of the DevicesBatchOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.
deviceBatchId - The device batch identifier.

Method Details

getDevices

public IDeviceCollection getDevices()

Gets the devices behavior of the devices batch.

Returns:

The devices behavior of the devices batch.

Applies to