Package 

Enum Document.Type

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Document.Type
    
                        

    Supported document types.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      IMAGE

      The document is an image of type jpeg, png or gif.

      PDF

      The document is a PDF.

      QRCode

      The document is a payment QR Code.

      IMAGE_MULTI_PAGE

      The document contains multiple images.

      QR_CODE_MULTI_PAGE

      The document contains multiple QR Codes.

      PDF_MULTI_PAGE

      The document contains multiple PDFs.

    • Method Summary

      Modifier and Type Method Description
      static Array<Document.Type> values()
      static Document.Type valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait