Package com.jumio.sdk.kyx.credentials
Class UploadUtilities
java.lang.Object
com.jumio.sdk.kyx.credentials.UploadUtilities
-
Method Summary
Modifier and TypeMethodDescriptionstatic CredentialResponse
fetchSpecificCredential
(AccountResponse accountResponse, String credentialCategory) static Response
uploadJson
(JumioClient jumioClient, URI uploadUrl, Object jsonObject) static Response
uploadMultipartFile
(JumioClient jumioClient, URI uploadUrl, File file) static Response
uploadMultipartFile
(JumioClient jumioClient, URI uploadUrl, InputStream multipartFromInputStream)
-
Method Details
-
fetchSpecificCredential
public static CredentialResponse fetchSpecificCredential(AccountResponse accountResponse, String credentialCategory) -
uploadJson
-
uploadMultipartFile
-
uploadMultipartFile
public static Response uploadMultipartFile(JumioClient jumioClient, URI uploadUrl, InputStream multipartFromInputStream)
-