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 Details

    • CustomerDevicesCollectionOperations

      public CustomerDevicesCollectionOperations​(IPartner rootPartnerOperations, String customerId)
      Initializes a new instance of the CustomerDevicesCollectionOperations class.
      Parameters:
      rootPartnerOperations - The root partner operations instance.
      customerId - Identifier for the customer.
  • Method Details

    • update

      public String update​(DevicePolicyUpdateRequest devicePolicyUpdateRequest)
      Updates the devices with configuration policies.
      Specified by:
      update in interface ICustomerDeviceCollection
      Parameters:
      devicePolicyUpdateRequest - The device policy update request with devices to be updated..
      Returns:
      The location of the status to track the update.