Uses of Class
com.microsoft.store.partnercenter.models.devicesdeployment.DeviceUploadStatusType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.devicesdeployment |
-
Uses of DeviceUploadStatusType in com.microsoft.store.partnercenter.models.devicesdeployment
Methods in com.microsoft.store.partnercenter.models.devicesdeployment that return DeviceUploadStatusType Modifier and Type Method Description DeviceUploadStatusTypeBatchUploadDetails. getStatus()DeviceUploadStatusTypeDeviceUploadDetails. getStatus()static DeviceUploadStatusTypeDeviceUploadStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceUploadStatusType[]DeviceUploadStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.devicesdeployment with parameters of type DeviceUploadStatusType Modifier and Type Method Description voidBatchUploadDetails. setStatus(DeviceUploadStatusType value)voidDeviceUploadDetails. setStatus(DeviceUploadStatusType value)