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