IDevicesBatchCollection Interface
Implements
public interface IDevicesBatchCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<DeviceBatch,ResourceCollection<DeviceBatch>>, IEntitySelector<String,IDevicesBatch>, IEntityCreateOperations<DeviceBatchCreationRequest,String>
Represents the operations that can be done on the partner's devices batches.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
IDevices |
byId(String deviceBatchId)
Retrieves a specific customer devices batch behavior. |
|
abstract
Resource |
get()
Retrieves all devices batches. |
Method Details
byId
public abstract IDevicesBatch byId(String deviceBatchId)
Retrieves a specific customer devices batch behavior.
Parameters:
Returns:
get
public abstract ResourceCollection
Retrieves all devices batches.
Returns: