Uses of Enum
com.microsoft.graph.models.CloudPcDeviceImageErrorCode
Packages that use CloudPcDeviceImageErrorCode
-
Uses of CloudPcDeviceImageErrorCode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CloudPcDeviceImageErrorCodeModifier and TypeMethodDescriptionstatic CloudPcDeviceImageErrorCodeCloudPcDeviceImage.getErrorCode()Gets the errorCode property value.static CloudPcDeviceImageErrorCodeReturns the enum constant of this type with the specified name.static CloudPcDeviceImageErrorCode[]CloudPcDeviceImageErrorCode.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 CloudPcDeviceImageErrorCodeModifier and TypeMethodDescriptionvoidCloudPcDeviceImage.setErrorCode(CloudPcDeviceImageErrorCode value) Sets the errorCode property value.