Uses of Class
com.avoka.component.docusign.DocuSignRecipient
Packages that use DocuSignRecipient
-
Uses of DocuSignRecipient in com.avoka.component.docusign
Methods in com.avoka.component.docusign that return types with arguments of type DocuSignRecipientModifier and TypeMethodDescriptionstatic List
<DocuSignRecipient> DocuSignUtils.getRecipientList
(String submissionXml) Return the list of DocuSignRecipients for the given form submission XML data.Method parameters in com.avoka.component.docusign with type arguments of type DocuSignRecipientModifier and TypeMethodDescriptionDocuSignClient.createAndSendEnvelope
(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList) Create and send a DocuSign Envelope.DocuSignClient.createAndSendEnvelope
(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList, String template) Create and send a DocuSign Envelope.DocuSignClientV2.createAndSendEnvelope
(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList) Create and send a DocuSign Envelope.DocuSignClientV2.createAndSendEnvelope
(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList, String template) Create and send a DocuSign Envelope.