Uses of Enum
com.microsoft.graph.models.ErrorCorrectionLevel
Packages that use ErrorCorrectionLevel
-
Uses of ErrorCorrectionLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic ErrorCorrectionLevelQrCodeImageDetails.getErrorCorrectionLevel()Gets the errorCorrectionLevel property value.static ErrorCorrectionLevelReturns the enum constant of this type with the specified name.static ErrorCorrectionLevel[]ErrorCorrectionLevel.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 ErrorCorrectionLevelModifier and TypeMethodDescriptionvoidQrCodeImageDetails.setErrorCorrectionLevel(ErrorCorrectionLevel value) Sets the errorCorrectionLevel property value.