Class CustomerDevicesCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.devicesdeployment.CustomerDevicesCollectionOperations
- All Implemented Interfaces:
ICustomerDeviceCollection,IPartnerComponent<String>,IPartnerComponentString
public class CustomerDevicesCollectionOperations extends BasePartnerComponentString implements ICustomerDeviceCollection
Implements operations that apply to device collections.
-
Constructor Summary
Constructors Constructor Description CustomerDevicesCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerDevicesCollectionOperations class. -
Method Summary
Modifier and Type Method Description Stringupdate(DevicePolicyUpdateRequest devicePolicyUpdateRequest)Updates the devices with configuration policies.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
-
CustomerDevicesCollectionOperations
Initializes a new instance of the CustomerDevicesCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- Identifier for the customer.
-
-
Method Details
-
update
Updates the devices with configuration policies.- Specified by:
updatein interfaceICustomerDeviceCollection- Parameters:
devicePolicyUpdateRequest- The device policy update request with devices to be updated..- Returns:
- The location of the status to track the update.
-