Class DevicesBatchOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.devicesdeployment.DevicesBatchOperations
- All Implemented Interfaces:
IDevicesBatch,IPartnerComponent<Tuple<String,String>>
public class DevicesBatchOperations extends BasePartnerComponent<Tuple<String,String>> implements IDevicesBatch
Represents the operations that apply to devices batch of the customer.
-
Constructor Summary
Constructors Constructor Description DevicesBatchOperations(IPartner rootPartnerOperations, String customerId, String deviceBatchId)Initializes a new instance of the DevicesBatchOperations class. -
Method Summary
Modifier and Type Method Description IDeviceCollectiongetDevices()Gets the devices behavior of the devices batch.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
DevicesBatchOperations
public DevicesBatchOperations(IPartner rootPartnerOperations, String customerId, String deviceBatchId)Initializes a new instance of the DevicesBatchOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.deviceBatchId- The device batch identifier.
-
-
Method Details
-
getDevices
Gets the devices behavior of the devices batch.- Specified by:
getDevicesin interfaceIDevicesBatch- Returns:
- The devices behavior of the devices batch.
-