Uses of Enum
com.microsoft.graph.models.CloudPcDeviceImageStatus
Packages that use CloudPcDeviceImageStatus
-
Uses of CloudPcDeviceImageStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CloudPcDeviceImageStatusModifier and TypeMethodDescriptionstatic CloudPcDeviceImageStatusCloudPcDeviceImage.getStatus()Gets the status property value.static CloudPcDeviceImageStatusReturns the enum constant of this type with the specified name.static CloudPcDeviceImageStatus[]CloudPcDeviceImageStatus.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 CloudPcDeviceImageStatusModifier and TypeMethodDescriptionvoidCloudPcDeviceImage.setStatus(CloudPcDeviceImageStatus value) Sets the status property value.