Class UploadIdScanRequest
-
- All Implemented Interfaces:
public final class UploadIdScanRequest
-
-
Field Summary
Fields Modifier and Type Field Description public final Boolean
isSecondId
private final File
file
private final IdCategory
idCategory
private final CaptureType
captureType
private final Integer
requestId
private final UploadProgressRequestBody.UploadProgressListener
progressListener
private final Integer
glare
-
Constructor Summary
Constructors Constructor Description UploadIdScanRequest(File file, IdCategory idCategory, CaptureType captureType, Integer requestId, UploadProgressRequestBody.UploadProgressListener progressListener, Integer glare)
UploadIdScanRequest(File file, IdCategory idCategory, CaptureType captureType, Integer requestId, UploadProgressRequestBody.UploadProgressListener progressListener)
UploadIdScanRequest(File file, IdCategory idCategory, CaptureType captureType, Integer requestId)
-
Method Summary
Modifier and Type Method Description final File
getFile()
final IdCategory
getIdCategory()
final CaptureType
getCaptureType()
final Integer
getRequestId()
final UploadProgressRequestBody.UploadProgressListener
getProgressListener()
final Integer
getGlare()
-
-
Constructor Detail
-
UploadIdScanRequest
UploadIdScanRequest(File file, IdCategory idCategory, CaptureType captureType, Integer requestId, UploadProgressRequestBody.UploadProgressListener progressListener, Integer glare)
-
UploadIdScanRequest
UploadIdScanRequest(File file, IdCategory idCategory, CaptureType captureType, Integer requestId, UploadProgressRequestBody.UploadProgressListener progressListener)
-
UploadIdScanRequest
UploadIdScanRequest(File file, IdCategory idCategory, CaptureType captureType, Integer requestId)
-
-
Method Detail
-
getIdCategory
final IdCategory getIdCategory()
-
getCaptureType
final CaptureType getCaptureType()
-
getRequestId
final Integer getRequestId()
-
getProgressListener
final UploadProgressRequestBody.UploadProgressListener getProgressListener()
-
-
-
-