Interface IDevicesBatch
- All Superinterfaces:
IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
DevicesBatchOperations
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 Description IDeviceCollectiongetDevices()Obtains the devices behavior of the devices batch.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getDevices
IDeviceCollection getDevices()Obtains the devices behavior of the devices batch.- Returns:
- The devices behavior of the devices batch.
-