Class QRCode.Builder

  • Enclosing class:
    QRCode

    public static final class QRCode.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QRCode build()  
      QRCode.Builder qrCode​(java.lang.String qrCode)
      A base64-encoded PNG image of the QR code.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • qrCode

        public QRCode.Builder qrCode​(java.lang.String qrCode)
        A base64-encoded PNG image of the QR code.
      • build

        public QRCode build()