Uses of Enum
com.microsoft.graph.models.CloudPcDeviceImageOsStatus
Packages that use CloudPcDeviceImageOsStatus
-
Uses of CloudPcDeviceImageOsStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CloudPcDeviceImageOsStatusModifier and TypeMethodDescriptionstatic CloudPcDeviceImageOsStatusCloudPcDeviceImage.getOsStatus()Gets the osStatus property value.static CloudPcDeviceImageOsStatusReturns the enum constant of this type with the specified name.static CloudPcDeviceImageOsStatus[]CloudPcDeviceImageOsStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type CloudPcDeviceImageOsStatusModifier and TypeMethodDescriptionvoidCloudPcDeviceImage.setOsStatus(CloudPcDeviceImageOsStatus value) Sets the osStatus property value.