Uses of Class
com.boldsign.model.EmbeddedFileLink
-
Packages that use EmbeddedFileLink Package Description com.boldsign.api com.boldsign.model -
-
Uses of EmbeddedFileLink in com.boldsign.api
Methods in com.boldsign.api that return EmbeddedFileLink Modifier and Type Method Description EmbeddedFileLinkIdentityVerificationApi. createEmbeddedVerificationUrl(String documentId, EmbeddedFileDetails embeddedFileDetails)Generate a URL that embeds manual ID verification for the specified document signer into your application.Methods in com.boldsign.api that return types with arguments of type EmbeddedFileLink Modifier and Type Method Description ApiResponse<EmbeddedFileLink>IdentityVerificationApi. createEmbeddedVerificationUrlWithHttpInfo(String documentId, EmbeddedFileDetails embeddedFileDetails)Generate a URL that embeds manual ID verification for the specified document signer into your application.Method parameters in com.boldsign.api with type arguments of type EmbeddedFileLink Modifier and Type Method Description okhttp3.CallIdentityVerificationApi. createEmbeddedVerificationUrlAsync(String documentId, EmbeddedFileDetails embeddedFileDetails, ApiCallback<EmbeddedFileLink> _callback)Generate a URL that embeds manual ID verification for the specified document signer into your application. -
Uses of EmbeddedFileLink in com.boldsign.model
Methods in com.boldsign.model that return EmbeddedFileLink Modifier and Type Method Description static EmbeddedFileLinkEmbeddedFileLink. fromJson(String jsonString)Create an instance of EmbeddedFileLink given an JSON stringEmbeddedFileLinkEmbeddedFileLink. url(URI url)
-