IDevicesBatch Interface
Implements
IPartnerComponent<Tuple<java.lang.String,java.lang.String>>
public interface IDevicesBatch extends IPartnerComponent<Tuple<String,String>>
Represents the operations that can be done on the partner's devices batches.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
IDevice |
getDevices()
Obtains the devices behavior of the devices batch. |
Method Details
getDevices
public abstract IDeviceCollection getDevices()
Obtains the devices behavior of the devices batch.
Returns:
The devices behavior of the devices batch.