Interface IDevicesBatchCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<DeviceBatch,ResourceCollection<DeviceBatch>>,IEntityCreateOperations<DeviceBatchCreationRequest,String>,IEntitySelector<String,IDevicesBatch>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
DevicesBatchCollectionOperations
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 Description IDevicesBatchbyId(String deviceBatchId)Retrieves a specific customer devices batch behavior.ResourceCollection<DeviceBatch>get()Retrieves all devices batches.Methods inherited from interface com.microsoft.store.partnercenter.genericoperations.IEntityCreateOperations
createMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byId
Retrieves a specific customer devices batch behavior.- Specified by:
byIdin interfaceIEntitySelector<String,IDevicesBatch>- Parameters:
deviceBatchId- The devices batch id- Returns:
- The devices batch behavior.
-
get
ResourceCollection<DeviceBatch> get()Retrieves all devices batches.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<DeviceBatch,ResourceCollection<DeviceBatch>>- Returns:
- All of the device batches.
-