public static final class Document.Type
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Document.Type |
IMAGE
The document is an image of type jpeg, png or gif.
|
static Document.Type |
IMAGE_MULTI_PAGE
The document contains multiple images.
|
static Document.Type |
PDF
The document is a PDF.
|
static Document.Type |
PDF_MULTI_PAGE
The document contains multiple PDFs.
|
static Document.Type |
QR_CODE_MULTI_PAGE
The document contains multiple QR Codes.
|
static Document.Type |
QRCode
The document is a payment QR Code.
|
Modifier and Type | Method and Description |
---|---|
static Document.Type |
valueOf(java.lang.String name) |
static Document.Type[] |
values() |
public static final Document.Type IMAGE
public static final Document.Type PDF
public static final Document.Type QRCode
public static final Document.Type IMAGE_MULTI_PAGE
public static final Document.Type QR_CODE_MULTI_PAGE
public static final Document.Type PDF_MULTI_PAGE
public static Document.Type[] values()
public static Document.Type valueOf(java.lang.String name)