Uses of Class
com.microsoft.store.partnercenter.models.devicesdeployment.Device
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.devicesdeployment | |
| com.microsoft.store.partnercenter.models.devicesdeployment |
-
Uses of Device in com.microsoft.store.partnercenter.devicesdeployment
Methods in com.microsoft.store.partnercenter.devicesdeployment that return Device Modifier and Type Method Description DeviceDeviceOperations. patch(Device updateDevice)Updates a device associated to the customer with a configuration policy.DeviceIDevice. patch(Device updateDevice)Updates a device associated to the customer with a configuration policy.Methods in com.microsoft.store.partnercenter.devicesdeployment that return types with arguments of type Device Modifier and Type Method Description ResourceCollection<Device>DeviceCollectionOperations. get()Retrieves all devices.ResourceCollection<Device>IDeviceCollection. get()Retrieves all devices.Methods in com.microsoft.store.partnercenter.devicesdeployment with parameters of type Device Modifier and Type Method Description DeviceDeviceOperations. patch(Device updateDevice)Updates a device associated to the customer with a configuration policy.DeviceIDevice. patch(Device updateDevice)Updates a device associated to the customer with a configuration policy.Method parameters in com.microsoft.store.partnercenter.devicesdeployment with type arguments of type Device Modifier and Type Method Description StringDeviceCollectionOperations. create(List<Device> newDevices)Adds devices to existing devices batch.StringIDeviceCollection. create(List<Device> newDevices)Adds devices to existing devices batch. -
Uses of Device in com.microsoft.store.partnercenter.models.devicesdeployment
Methods in com.microsoft.store.partnercenter.models.devicesdeployment that return types with arguments of type Device Modifier and Type Method Description List<Device>DeviceBatchCreationRequest. getDevices()List<Device>DevicePolicyUpdateRequest. getSetDevices()Method parameters in com.microsoft.store.partnercenter.models.devicesdeployment with type arguments of type Device Modifier and Type Method Description voidDeviceBatchCreationRequest. setDevices(List<Device> value)voidDevicePolicyUpdateRequest. setDevices(List<Device> value)