Uses of Class
com.microsoft.graph.models.QrCode
Packages that use QrCode
-
Uses of QrCode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return QrCodeModifier and TypeMethodDescriptionstatic QrCodeQrCode.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueQrCodePinAuthenticationMethod.getStandardQRCode()Gets the standardQRCode property value.QrCodePinAuthenticationMethod.getTemporaryQRCode()Gets the temporaryQRCode property value.Methods in com.microsoft.graph.models with parameters of type QrCodeModifier and TypeMethodDescriptionvoidQrCodePinAuthenticationMethod.setStandardQRCode(QrCode value) Sets the standardQRCode property value.voidQrCodePinAuthenticationMethod.setTemporaryQRCode(QrCode value) Sets the temporaryQRCode property value.