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 IDevicesBatch byId(String deviceBatchId)

Retrieves a specific customer devices batch behavior.

abstract ResourceCollection<DeviceBatch> get()

Retrieves all devices batches.

Method Details

byId

public abstract IDevicesBatch byId(String deviceBatchId)

Retrieves a specific customer devices batch behavior.

Parameters:

deviceBatchId - The devices batch id

Returns:

The devices batch behavior.

get

public abstract ResourceCollection get()

Retrieves all devices batches.

Returns:

All of the device batches.

Applies to