Uses of Class
com.boldsign.model.DownloadImageRequest
-
Packages that use DownloadImageRequest Package Description com.boldsign.api com.boldsign.model -
-
Uses of DownloadImageRequest in com.boldsign.api
Methods in com.boldsign.api with parameters of type DownloadImageRequest Modifier and Type Method Description FileIdentityVerificationApi. image(String documentId, DownloadImageRequest downloadImageRequest)Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID.okhttp3.CallIdentityVerificationApi. imageAsync(String documentId, DownloadImageRequest downloadImageRequest, ApiCallback<File> _callback)Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID.okhttp3.CallIdentityVerificationApi. imageCall(String documentId, DownloadImageRequest downloadImageRequest, ApiCallback _callback)Build call for imageApiResponse<File>IdentityVerificationApi. imageWithHttpInfo(String documentId, DownloadImageRequest downloadImageRequest)Retrieve the uploaded ID verification document or selfie image for the specified document signer using the file ID. -
Uses of DownloadImageRequest in com.boldsign.model
Methods in com.boldsign.model that return DownloadImageRequest Modifier and Type Method Description DownloadImageRequestDownloadImageRequest. countryCode(String countryCode)DownloadImageRequestDownloadImageRequest. emailId(String emailId)DownloadImageRequestDownloadImageRequest. fileId(String fileId)static DownloadImageRequestDownloadImageRequest. fromJson(String jsonString)Create an instance of DownloadImageRequest given an JSON stringDownloadImageRequestDownloadImageRequest. onBehalfOf(String onBehalfOf)DownloadImageRequestDownloadImageRequest. order(Integer order)DownloadImageRequestDownloadImageRequest. phoneNumber(String phoneNumber)
-